Need to expose the isLocal change globally as well.

This commit is contained in:
jeresig 2010-03-24 16:16:13 -04:00 committed by wycats
parent ac670f3954
commit dc886a83f5

View file

@ -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>");
})();