aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jquery.js')
-rw-r--r--src/jquery.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/jquery.js b/src/jquery.js
index d3857e955..1d56c4b15 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -28,10 +28,9 @@ define([
"./offset",
"./dimensions",
"./deprecated",
- "./exports/amd",
- "./exports/global"
+ "./exports/amd"
], function( jQuery ) {
-return jQuery;
+return (window.jQuery = window.$ = jQuery);
});