Skip to content
Permalink
Browse files
Events that fire after the browser has already moved to another page …
…no longer fire incorrectly.
  • Loading branch information
jeresig committed Jul 25, 2006
1 parent aa5c4d8 commit 6e868bb
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1726,6 +1726,8 @@ jQuery.extend({
},

handle: function(event) {
if ( typeof jQuery == "undefined" ) return;

event = event || jQuery.event.fix( window.event );

// If no correct event was found, fail

0 comments on commit 6e868bb

Please sign in to comment.