summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/src/jquery.js')
-rw-r--r--js/vendor/jquery/src/jquery.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/vendor/jquery/src/jquery.js b/js/vendor/jquery/src/jquery.js
index d3857e955..2faa9c3cd 100644
--- a/js/vendor/jquery/src/jquery.js
+++ b/js/vendor/jquery/src/jquery.js
@@ -1,4 +1,4 @@
-define([
+define( [
"./core",
"./selector",
"./traversing",
@@ -11,6 +11,7 @@ define([
"./attributes",
"./event",
"./event/alias",
+ "./event/focusin",
"./manipulation",
"./manipulation/_evalUrl",
"./wrap",
@@ -28,10 +29,9 @@ define([
"./offset",
"./dimensions",
"./deprecated",
- "./exports/amd",
- "./exports/global"
+ "./exports/amd"
], function( jQuery ) {
-return jQuery;
+return ( window.jQuery = window.$ = jQuery );
-});
+} );