diff --git a/jquery/jquery.js b/jquery/jquery.js index 9aac295b2..178ed0a3a 100644 --- a/jquery/jquery.js +++ b/jquery/jquery.js @@ -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