aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jquery.js')
-rw-r--r--src/jquery.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/jquery.js b/src/jquery.js
index ef8745c7b..46460fa96 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -27,12 +27,10 @@ define([
"./offset",
"./dimensions",
"./deprecated",
- "./exports/amd"
+ "./exports/amd",
+ "./exports/global"
], function( jQuery ) {
-// Expose jQuery and $ identifiers, even in
-// AMD (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
-// and CommonJS for browser emulators (#13566)
-return (window.jQuery = window.$ = jQuery);
+return jQuery;
});