git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac670f3
)
Need to expose the isLocal change globally as well.
author
jeresig
<jeresig@gmail.com>
Wed, 24 Mar 2010 20:16:13 +0000
(16:16 -0400)
committer
wycats
<wycats@gmail.com>
Sun, 20 Jun 2010 05:29:48 +0000
(22:29 -0700)
test/data/testrunner.js
patch
|
blob
|
history
diff --git
a/test/data/testrunner.js
b/test/data/testrunner.js
index
cdc3bcb
..
dc39bc5
100644
(file)
--- 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("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
})();