Merge pull request #855 from weslly/fix-jshint

Fixed error with jshint's ES5 option
This commit is contained in:
Scott Walkinshaw
2013-08-25 09:47:17 -07:00

View File

@@ -4,7 +4,6 @@
"curly": true, "curly": true,
"eqeqeq": true, "eqeqeq": true,
"eqnull": true, "eqnull": true,
"es5": true,
"esnext": true, "esnext": true,
"immed": true, "immed": true,
"jquery": true, "jquery": true,