diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-20 09:49:18 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-20 09:49:26 -0500 |
commit | 68a307c5479beb02a1faf3492cab115d1e957aa5 (patch) | |
tree | a2447722a773a1848cdbe23403b98ccb757c1482 /tests/.jshintrc | |
parent | 209443d716587d896ffcdf26c0fd8c8a23437b3c (diff) | |
download | jquery-ui-68a307c5479beb02a1faf3492cab115d1e957aa5.tar.gz jquery-ui-68a307c5479beb02a1faf3492cab115d1e957aa5.zip |
Build: Added notStrictEqual to the globals list for unit tests.
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 59ae11530..44e23699f 100644 --- a/tests/.jshintrc +++ b/tests/.jshintrc @@ -22,6 +22,7 @@ "Globalize", "module", "notEqual", + "notStrictEqual", "ok", "QUnit", "start", |