diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-08-16 12:54:43 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-08-16 12:56:33 -0400 |
commit | 2f985ff826cf55f1fc1fe174716098f758fa5c4d (patch) | |
tree | c61a3f7ff764a10e9d1c4ab40a6ed8a9166e2be4 /src/jquery.js | |
parent | 993418e9e9ae9bec733cfb822de3492fb4b730ec (diff) | |
download | jquery-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.js | 3 |
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 |