aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-12-20 09:49:18 -0500
committerScott González <scott.gonzalez@gmail.com>2012-12-20 09:49:26 -0500
commit68a307c5479beb02a1faf3492cab115d1e957aa5 (patch)
treea2447722a773a1848cdbe23403b98ccb757c1482
parent209443d716587d896ffcdf26c0fd8c8a23437b3c (diff)
downloadjquery-ui-68a307c5479beb02a1faf3492cab115d1e957aa5.tar.gz
jquery-ui-68a307c5479beb02a1faf3492cab115d1e957aa5.zip
Build: Added notStrictEqual to the globals list for unit tests.
-rw-r--r--tests/.jshintrc1
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",