diff --git a/src/core/platform/web/jquery/_jquery.js b/src/core/platform/web/jquery/_jquery.js index d374b4e90..678832a93 100644 --- a/src/core/platform/web/jquery/_jquery.js +++ b/src/core/platform/web/jquery/_jquery.js @@ -11003,9 +11003,7 @@ // Expose jQuery and $ identifiers, even in // AMD (#7102#comment:10, https://github.com/jquery/jquery/pull/557) // and CommonJS for browser emulators (#13566) - if ( !noGlobal ) { - window.jQuery = window.$ = jQuery; - } + window.jQuery = window.$ = jQuery; BI.jQuery = BI.$ = jQuery;