Skip to content

Instantly share code, notes, and snippets.

View mikemaccana's full-sized avatar

Mike MacCana mikemaccana

View GitHub Profile
@mikemaccana
mikemaccana / gist:4170134
Created November 29, 2012 16:24
jshint on current production JQuery UI from front page of website (despite filename its just the production version).
: jshint Downloads/jquery-ui-1.9.2.custom\ 2/js/jquery-ui-1.9.2.custom.js
Downloads/jquery-ui-1.9.2.custom 2/js/jquery-ui-1.9.2.custom.js: line 186, col 9, Expected an assignment or function call and instead saw an expression.
Downloads/jquery-ui-1.9.2.custom 2/js/jquery-ui-1.9.2.custom.js: line 358, col 46, Use '!==' to compare with 'null'.
Downloads/jquery-ui-1.9.2.custom 2/js/jquery-ui-1.9.2.custom.js: line 918, col 52, Expected an assignment or function call and instead saw an expression.
Downloads/jquery-ui-1.9.2.custom 2/js/jquery-ui-1.9.2.custom.js: line 970, col 24, Confusing use of '!'.
Downloads/jquery-ui-1.9.2.custom 2/js/jquery-ui-1.9.2.custom.js: line 982, col 80, Expected an assignment or function call and instead saw an expression.
Downloads/jquery-ui-1.9.2.custom 2/js/jquery-ui-1.9.2.custom.js: line 1581, col 82, Use '===' to compare with 'null'.
Downloads/jquery-ui-1.9.2.custom 2/js/jquery-ui-1.9.2.custom.js: line 2621, col 23, Use '!==' to compare with 'null'.
Downloads/jquery-ui-1.9.2.cust