From 68a307c5479beb02a1faf3492cab115d1e957aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 20 Dec 2012 09:49:18 -0500 Subject: [PATCH] Build: Added notStrictEqual to the globals list for unit tests. --- tests/.jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.jshintrc b/tests/.jshintrc index 59ae115308f..44e23699f95 100644 --- a/tests/.jshintrc +++ b/tests/.jshintrc @@ -22,6 +22,7 @@ "Globalize", "module", "notEqual", + "notStrictEqual", "ok", "QUnit", "start",