From f848ae38e0389874c0a6d026d54d40cb044f9561 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 22 Nov 2013 09:54:18 -0500 Subject: Build: Include es3 option for JSHint. --- tests/.jshintrc | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/.jshintrc') 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, -- cgit v1.2.3