mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 14:24:56 -05:00
@@ -536,7 +536,8 @@ jQuery.extend({
|
||||
}
|
||||
|
||||
// We can fire global events as of now if asked to
|
||||
fireGlobals = s.global;
|
||||
// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)
|
||||
fireGlobals = jQuery.event && s.global;
|
||||
|
||||
// Watch for a new set of requests
|
||||
if ( fireGlobals && jQuery.active++ === 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user