[jshint] turned off unknown variable bitching

This commit is contained in:
Nick Nisi
2012-07-06 10:42:09 -05:00
parent 17f36ca26a
commit 708599da43

View File

@@ -35,7 +35,7 @@
"onevar": false,
"plusplus": false,
"regexp": false,
"undef": true,
"undef": false,
"sub": true,
"strict": false,
"white": false