From: Rick Waldron Date: Mon, 26 Sep 2011 17:03:24 +0000 (-0400) Subject: Restore original click prop hook X-Git-Tag: 1.7b1~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51fd4593fc43f4c935d3226485f6864b05366621;p=jquery.git Restore original click prop hook --- diff --git a/test/unit/event.js b/test/unit/event.js index 5e6a39d7c..e68d53a76 100644 --- a/test/unit/event.js +++ b/test/unit/event.js @@ -2416,6 +2416,7 @@ test("propHooks extensions", function() { delete jQuery.event.propHooks.click; $fixture.unbind( "click" ).remove(); + jQuery.event.propHooks.click = saved; }); (function(){