From 51fd4593fc43f4c935d3226485f6864b05366621 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 26 Sep 2011 13:03:24 -0400 Subject: [PATCH] Restore original click prop hook --- test/unit/event.js | 1 + 1 file changed, 1 insertion(+) 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(){ -- 2.39.5