Skip to content
Permalink
Browse files
Followup #11649, clean up events in unit test.
  • Loading branch information
dmethvin committed May 18, 2012
1 parent e93f2a8 commit 978acb9
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1095,6 +1095,7 @@ test( "submit event bubbles on copied forms (#11649)", function(){
// Clean up
$wrapperDiv.remove();
$fixture.off( "submit", "form", delegatedSubmit );
$testForm.off( "submit", noSubmit );
});

test("trigger(eventObject, [data], [fn])", function() {

0 comments on commit 978acb9

Please sign in to comment.