aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2015-10-18 11:02:16 -0400
committerTimmy Willison <timmywillisn@gmail.com>2015-10-18 11:02:16 -0400
commite271f665dd8fb617a5015051e1c9df8cebd6c97b (patch)
tree0fc361acd0bb2c34733f1680a46edb99223b45b0 /src/deprecated.js
parent0fb84fa8ccefcd07febf282fd7b80262ad70add7 (diff)
downloadjquery-e271f665dd8fb617a5015051e1c9df8cebd6c97b.tar.gz
jquery-e271f665dd8fb617a5015051e1c9df8cebd6c97b.zip
Deprecated: fix amd mode for the deprecated module
Diffstat (limited to 'src/deprecated.js')
-rw-r--r--src/deprecated.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/deprecated.js b/src/deprecated.js
index bc75f098a..78885266d 100644
--- a/src/deprecated.js
+++ b/src/deprecated.js
@@ -1,4 +1,6 @@
-define( function() {
+define( [
+ "./core"
+], function( jQuery ) {
jQuery.fn.extend( {