diff options
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, |