Add jshint task

This commit is contained in:
Winston Chang
2014-12-08 15:02:11 -06:00
parent 5910c936b9
commit 66c8dfe44d
2 changed files with 17 additions and 2 deletions

View File

@@ -1,4 +1,12 @@
/*jshint browser:true, jquery:true, strict:false, curly:false, indent:2*/
/*jshint
undef:true,
browser:true,
devel: true,
jquery:true,
strict:false,
curly:false,
indent:2
*/
(function() {
var $ = jQuery;