Skip to content

Commit

Permalink
testrunner: Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed Feb 17, 2009
1 parent 0a1b0db commit 63f8bb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/event.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ test("jQuery.Event.currentTarget", function(){
$elem.trigger('click'); $elem.trigger('click');
// Native event (#4033) // Native event (#4033)
triggerEvent( $elem[0], 'click' ); triggerEvent( $elem[0], 'click' );

// Cleanup
$elem.unbind();
}); });


test("toggle(Function, Function, ...)", function() { test("toggle(Function, Function, ...)", function() {
Expand Down

0 comments on commit 63f8bb7

Please sign in to comment.