Skip to content

Commit

Permalink
revert to always export as needed for ES6 and jquery-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
adumesny committed Sep 4, 2020
1 parent 7775cea commit a3225b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -10861,9 +10861,9 @@ jQuery.noConflict = function( deep ) {
// 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 ) {
//if ( !noGlobal ) { [alain] noGlobal=true when using webpack/TS, yet we compile this in, not AMD load, so always expose
window.jQuery = window.$ = jQuery;
}
//}



Expand Down

0 comments on commit a3225b2

Please sign in to comment.