mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 06:28:18 -05:00
Events that fire after the browser has already moved to another page no longer fire incorrectly.
This commit is contained in:
2
jquery/jquery.js
vendored
2
jquery/jquery.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user