Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3225b2

Browse files
committed
revert to always export as needed for ES6 and jquery-ui
1 parent 7775cea commit a3225b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10861,9 +10861,9 @@ jQuery.noConflict = function( deep ) {
1086110861
// Expose jQuery and $ identifiers, even in AMD
1086210862
// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
1086310863
// and CommonJS for browser emulators (#13566)
10864-
if ( !noGlobal ) {
10864+
//if ( !noGlobal ) { [alain] noGlobal=true when using webpack/TS, yet we compile this in, not AMD load, so always expose
1086510865
window.jQuery = window.$ = jQuery;
10866-
}
10866+
//}
1086710867

1086810868

1086910869

0 commit comments

Comments
 (0)