mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Restore original click prop hook
This commit is contained in:
parent
d11fcfac18
commit
51fd4593fc
@ -2416,6 +2416,7 @@ test("propHooks extensions", function() {
|
||||
|
||||
delete jQuery.event.propHooks.click;
|
||||
$fixture.unbind( "click" ).remove();
|
||||
jQuery.event.propHooks.click = saved;
|
||||
});
|
||||
|
||||
(function(){
|
||||
|
Loading…
Reference in New Issue
Block a user