Skip to content

Commit

Permalink
Need to expose the isLocal change globally as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Mar 24, 2010
1 parent 59124f9 commit 298c81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/testrunner.js
Expand Up @@ -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>");
})();

0 comments on commit 298c81a

Please sign in to comment.