diff options
Diffstat (limited to 'build/jshint-check.js')
-rw-r--r-- | build/jshint-check.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/jshint-check.js b/build/jshint-check.js index c19fd09b3..087622153 100644 --- a/build/jshint-check.js +++ b/build/jshint-check.js @@ -9,6 +9,8 @@ expr: true, curly: true, trailing: true, + undef: true, + smarttabs: true, predef: [ "define", "DOMParser" |