From dc886a83f5384dae947ff43cd04e5aa5451f3392 Mon Sep 17 00:00:00 2001 From: jeresig Date: Wed, 24 Mar 2010 16:16:13 -0400 Subject: [PATCH 1/1] Need to expose the isLocal change globally as well. --- test/data/testrunner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(""); })(); -- 1.7.10.4