Skip to content

Commit

Permalink
Restore original click prop hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Sep 26, 2011
1 parent d11fcfa commit 51fd459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/event.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2416,6 +2416,7 @@ test("propHooks extensions", function() {


delete jQuery.event.propHooks.click; delete jQuery.event.propHooks.click;
$fixture.unbind( "click" ).remove(); $fixture.unbind( "click" ).remove();
jQuery.event.propHooks.click = saved;
}); });


(function(){ (function(){
Expand Down

0 comments on commit 51fd459

Please sign in to comment.