diff --git a/test/data/testrunner.js b/test/data/testrunner.js index cdc3bcb6..dc39bc5b 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(""); })();