]> source.dussan.org Git - jquery.git/commitdiff
Restore original click prop hook 519/head
authorRick Waldron <waldron.rick@gmail.com>
Mon, 26 Sep 2011 17:03:24 +0000 (13:03 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 26 Sep 2011 17:03:24 +0000 (13:03 -0400)
test/unit/event.js

index 5e6a39d7c726a2fb4c7735716630e149a6c4ca55..e68d53a76c484b1cbb2f2869b4db1548d53a1551 100644 (file)
@@ -2416,6 +2416,7 @@ test("propHooks extensions", function() {
 
        delete jQuery.event.propHooks.click;
        $fixture.unbind( "click" ).remove();
+       jQuery.event.propHooks.click = saved;
 });
 
 (function(){