Adjust jshint options to pass with closure 'sub' changes

This commit is contained in:
Timmy Willison 2012-07-10 12:12:01 -04:00
parent 5bfded1dc6
commit 1f483f354d

View File

@ -9,6 +9,7 @@
"trailing": true,
"undef": true,
"smarttabs": true,
"sub": true,
"maxerr": 100
},
"globals": {