aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jquery.js')
-rw-r--r--src/jquery.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jquery.js b/src/jquery.js
index 1d56c4b15..66a42808e 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -1,4 +1,4 @@
-define([
+define( [
"./core",
"./selector",
"./traversing",
@@ -31,6 +31,6 @@ define([
"./exports/amd"
], function( jQuery ) {
-return (window.jQuery = window.$ = jQuery);
+return ( window.jQuery = window.$ = jQuery );
-});
+} );