diff options
author | Chad Killingsworth <chadkillingsworth@missouristate.edu> | 2012-07-05 15:52:13 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-07-05 15:52:42 -0400 |
commit | de9bed319e44cb01986fb1751ceb64266bba3f95 (patch) | |
tree | 75130d3880b272f35c49c03f4ed5d48209f700ad /test/.jshintrc | |
parent | 3dc77c4bfa08aba020cac17e87bca04fb217cedf (diff) | |
download | jquery-de9bed319e44cb01986fb1751ceb64266bba3f95.tar.gz jquery-de9bed319e44cb01986fb1751ceb64266bba3f95.zip |
Make unit tests friendly to Closure Compiler. Closes gh-845.
Conflicts:
test/unit/effects.js
test/unit/offset.js
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index 13039f827..a0dfa0ccb 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -9,7 +9,8 @@ "trailing": true, "undef": true, "smarttabs": true, - "maxerr": 100 + "maxerr": 100, + "sub": true }, "globals": { "define": true, |