mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Followup #11649, clean up events in unit test.
This commit is contained in:
parent
e93f2a89e2
commit
978acb9caf
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user