diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/jshint-check.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/jshint-check.js b/build/jshint-check.js index 087622153..259453931 100644 --- a/build/jshint-check.js +++ b/build/jshint-check.js @@ -2,7 +2,6 @@ src = require("fs").readFileSync("dist/jquery.js", "utf8"), config = { evil: true, - undef: false, browser: true, wsh: true, eqnull: true, |