htdocs\site\js\github.js: remove unneeded JSHint rules.

This commit is contained in:
XhmikosR 2013-07-07 18:27:33 +03:00 committed by Daniel Marjamäki
parent 88e96a42fe
commit 611e6eaf97
1 changed files with 0 additions and 2 deletions

View File

@ -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('<span>Querying GitHub for recent commits&hellip;</span>');