Need to expose the isLocal change globally as well.
This commit is contained in:
parent
59124f92b5
commit
298c81a844
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// (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>");
|
document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue