diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-09-06 17:11:04 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-09-06 17:11:32 -0400 |
commit | 5093b89f08aa4565d1987666d998d16e2e3b6f4a (patch) | |
tree | 20f0eb6cf978155141e1aea1a8de37ce9be6eaf8 /test/.jshintrc | |
parent | 4ca5a0c6913ce7e56654b7a795d17a1cc644a115 (diff) | |
download | jquery-5093b89f08aa4565d1987666d998d16e2e3b6f4a.tar.gz jquery-5093b89f08aa4565d1987666d998d16e2e3b6f4a.zip |
Convert testrunner to an AMD module and ensure jQuery is on the page when executing the testrunner (another race condition amplified by swarm)
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index 34f8a5b2d..b702f6fa5 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -22,6 +22,7 @@ "globals": { "require": false, + "define": false, "DOMParser": false, "QUnit": false, "ok": false, |