X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Fdata%2Ftestrunner.js;h=dc39bc5b7ab05610336325857b1e141d0d2c2b78;hb=dc886a83f5384dae947ff43cd04e5aa5451f3392;hp=cdc3bcb6df8e32027206eb7525008aab68b1f78c;hpb=ac670f39545688dad163677dd41e1cb937f6ac6f;p=jquery.git diff --git a/test/data/testrunner.js b/test/data/testrunner.js index cdc3bcb..dc39bc5 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(""); })();