aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-08-16 12:54:43 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-08-16 12:56:33 -0400
commit2f985ff826cf55f1fc1fe174716098f758fa5c4d (patch)
treec61a3f7ff764a10e9d1c4ab40a6ed8a9166e2be4 /src/jquery.js
parent993418e9e9ae9bec733cfb822de3492fb4b730ec (diff)
downloadjquery-2f985ff826cf55f1fc1fe174716098f758fa5c4d.tar.gz
jquery-2f985ff826cf55f1fc1fe174716098f758fa5c4d.zip
When converting the source to AMD, don't forget to AMD
Diffstat (limited to 'src/jquery.js')
-rw-r--r--src/jquery.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jquery.js b/src/jquery.js
index 644f29255..2c63e3606 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -27,7 +27,8 @@ define([
"./effects/animated-selector",
"./offset",
"./dimensions",
- "./deprecated"
+ "./deprecated",
+ "./exports/amd"
], function( jQuery ) {
// Expose jQuery and $ identifiers, even in