diff options
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/event.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/event.js b/test/unit/event.js index 32980cd59..78d14b675 100644 --- a/test/unit/event.js +++ b/test/unit/event.js @@ -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() { |