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:
f869839
)
jquery testrunner: reset global events after each run, speeds up a test run for ajax...
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Mon, 5 May 2008 23:29:28 +0000
(23:29 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Mon, 5 May 2008 23:29:28 +0000
(23:29 +0000)
test/data/testrunner.js
patch
|
blob
|
history
diff --git
a/test/data/testrunner.js
b/test/data/testrunner.js
index
c1114a5
..
bdb938c
100644
(file)
--- a/
test/data/testrunner.js
+++ b/
test/data/testrunner.js
@@
-184,6
+184,7
@@
function expect(asserts) {
*/
function reset() {
$("#main").html( _config.fixture );
+ $.event.global = {};
}
/**