diff options
Diffstat (limited to 'src/exports/global.js')
-rw-r--r-- | src/exports/global.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exports/global.js b/src/exports/global.js index 8eee5bb7f..6513287c6 100644 --- a/src/exports/global.js +++ b/src/exports/global.js @@ -22,8 +22,8 @@ jQuery.noConflict = function( deep ) { return jQuery; }; -// Expose jQuery and $ identifiers, even in -// AMD (#7102#comment:10, https://github.com/jquery/jquery/pull/557) +// Expose jQuery and $ identifiers, even in AMD +// (#7102#comment:10, https://github.com/jquery/jquery/pull/557) // and CommonJS for browser emulators (#13566) if ( typeof noGlobal === strundefined ) { window.jQuery = window.$ = jQuery; |