From: jeresig Date: Wed, 24 Mar 2010 20:16:13 +0000 (-0400) Subject: Need to expose the isLocal change globally as well. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=dc886a83f5384dae947ff43cd04e5aa5451f3392 Need to expose the isLocal change globally as well. --- 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(""); })();