diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/.jshintrc | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index 76e215f1e..5e4f23fc7 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -15,41 +15,41 @@ "devel": true, "wsh": true, - "predef": [ - "DOMParser", - "jQuery", - "QUnit", - "module", - "ok", - "equal", - "test", - "asyncTest", - "notEqual", - "deepEqual", - "strictEqual", - "notStrictEqual", - "start", - "stop", - "expect", - "raises", - "ajaxTest", - "testIframe", - "testIframeWithCallback", - "createDashboardXML", - "createXMLFragment", - "moduleTeardown", - "testFoo", - "url", - "t", - "q", - "amdDefined", - "fireNative", - "Globals", - "hasPHP", - "isLocal", - "originaljQuery", - "$", - "original$", - "externalHost" - ] + "globals": { + "DOMParser": true, + "jQuery": true, + "QUnit": true, + "module": true, + "ok": true, + "equal": true, + "test": true, + "asyncTest": true, + "notEqual": true, + "deepEqual": true, + "strictEqual": true, + "notStrictEqual": true, + "start": true, + "stop": true, + "expect": true, + "raises": true, + "ajaxTest": true, + "testIframe": true, + "testIframeWithCallback": true, + "createDashboardXML": true, + "createXMLFragment": true, + "moduleTeardown": true, + "testFoo": true, + "url": true, + "t": true, + "q": true, + "amdDefined": true, + "fireNative": true, + "Globals": true, + "hasPHP": true, + "isLocal": true, + "originaljQuery": true, + "$": true, + "original$": true, + "externalHost": true + } } |