diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-11-22 09:54:18 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-11-22 09:54:27 -0500 |
commit | f848ae38e0389874c0a6d026d54d40cb044f9561 (patch) | |
tree | 6c5980aa98368bf5681e7e84df1bed1174cc1b00 /tests/.jshintrc | |
parent | b12cf01317cd29bd1140e47d31e85d96749da894 (diff) | |
download | jquery-ui-f848ae38e0389874c0a6d026d54d40cb044f9561.tar.gz jquery-ui-f848ae38e0389874c0a6d026d54d40cb044f9561.zip |
Build: Include es3 option for JSHint.
Diffstat (limited to 'tests/.jshintrc')
-rw-r--r-- | tests/.jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.jshintrc b/tests/.jshintrc index 26f47fcee..aeb3150a2 100644 --- a/tests/.jshintrc +++ b/tests/.jshintrc @@ -14,6 +14,7 @@ "unused": true, "browser": true, + "es3": true, "evil": true, "jquery": true, |