Restore original click prop hook

This commit is contained in:
Rick Waldron 2011-09-26 13:03:24 -04:00
parent d11fcfac18
commit 51fd4593fc

View File

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