From 8f38e01b81d5e2d33763b027f454179c8b465e86 Mon Sep 17 00:00:00 2001 From: youki Date: Wed, 9 Dec 2020 15:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E6=9A=B4?= =?UTF-8?q?=E9=9C=B2=E5=85=A8=E5=B1=80=E7=9A=84jQuery=E5=92=8C$?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/platform/web/jquery/_jquery.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;