Followup #11649, clean up events in unit test.

This commit is contained in:
Dave Methvin 2012-05-18 17:01:17 -04:00
parent e93f2a89e2
commit 978acb9caf

View File

@ -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() {