Skip to content

Commit 14e23ae

Browse files
authored
Merge pull request #1346 from adumesny/develop
more UMD support
2 parents db080e5 + 7775cea commit 14e23ae

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 ) { [alain] noGlobal=true when using webpack/TS, yet we compile this in, not AMD load, so always expose
10864+
if ( !noGlobal ) {
1086510865
window.jQuery = window.$ = jQuery;
10866-
//}
10866+
}
1086710867

1086810868

1086910869

0 commit comments

Comments
 (0)