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:
0a1b0db
)
testrunner: Misc
author
Ariel Flesler
<aflesler@gmail.com>
Tue, 17 Feb 2009 12:42:46 +0000
(12:42 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Tue, 17 Feb 2009 12:42:46 +0000
(12:42 +0000)
test/unit/event.js
patch
|
blob
|
history
diff --git
a/test/unit/event.js
b/test/unit/event.js
index
840c98a
..
f111c07
100644
(file)
--- a/
test/unit/event.js
+++ b/
test/unit/event.js
@@
-429,6
+429,9
@@
test("jQuery.Event.currentTarget", function(){
$elem.trigger('click');
// Native event (#4033)
triggerEvent( $elem[0], 'click' );
+
+ // Cleanup
+ $elem.unbind();
});
test("toggle(Function, Function, ...)", function() {