From 611e6eaf976baea90d39feb72bf94f4e42b5f0c6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 7 Jul 2013 18:27:33 +0300 Subject: [PATCH] htdocs\site\js\github.js: remove unneeded JSHint rules. --- htdocs/site/js/github.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/site/js/github.js b/htdocs/site/js/github.js index b39c23e7e..870853165 100644 --- a/htdocs/site/js/github.js +++ b/htdocs/site/js/github.js @@ -1,7 +1,5 @@ /*! Inspired by: http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html */ -/*jshint forin:true, noarg:true, noempty:true, eqeqeq:true, bitwise:true, strict:false, undef:true, unused:true, curly:true, browser:true, jquery:true, indent:4*/ - jQuery.fn.listCommits = function(username, repository, branch) { this.html('Querying GitHub for recent commits…');