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

Skip to content

Commit 7775cea

Browse files
committed
more UMD support
restore jquery to ship version. part of gridstack#1341. tested locally and seems ok, so not sure why I had to comment out before...
1 parent db080e5 commit 7775cea

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)