diff options
author | jeresig <jeresig@gmail.com> | 2010-03-24 16:16:13 -0400 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2010-03-24 16:16:13 -0400 |
commit | 298c81a8440169f3cbcacb9655ac3fef0a3e6d76 (patch) | |
tree | 376eb5b5b676a4e3a44409e7e571bcb58bdfd814 /test/data | |
parent | 59124f92b52f24f2547afaecc55afe10e2955cb6 (diff) | |
download | jquery-298c81a8440169f3cbcacb9655ac3fef0a3e6d76.tar.gz jquery-298c81a8440169f3cbcacb9655ac3fef0a3e6d76.zip |
Need to expose the isLocal change globally as well.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testrunner.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js index cdc3bcb6d..dc39bc5b7 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -9,7 +9,7 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's. } // (Temporarily) Disable Ajax tests to reduce network strain - QUnit.isLocal = true; + isLocal = QUnit.isLocal = true; document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>"); })(); |