|
|
@ -11003,7 +11003,9 @@ |
|
|
|
// Expose jQuery and $ identifiers, even in
|
|
|
|
// Expose jQuery and $ identifiers, even in
|
|
|
|
// AMD (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
|
|
|
|
// AMD (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
|
|
|
|
// and CommonJS for browser emulators (#13566)
|
|
|
|
// and CommonJS for browser emulators (#13566)
|
|
|
|
|
|
|
|
if (!window.$ && !window.jQuery) { |
|
|
|
window.jQuery = window.$ = jQuery; |
|
|
|
window.jQuery = window.$ = jQuery; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
BI.jQuery = BI.$ = jQuery; |
|
|
|
BI.jQuery = BI.$ = jQuery; |
|
|
|
|
|
|
|
|
|
|
|