]> source.dussan.org Git - jquery.git/commitdiff
Deprecated: fix amd mode for the deprecated module
authorTimmy Willison <timmywillisn@gmail.com>
Sun, 18 Oct 2015 15:02:16 +0000 (11:02 -0400)
committerRichard Gibson <richard.gibson@gmail.com>
Sun, 25 Oct 2015 18:12:53 +0000 (14:12 -0400)
(cherry picked from commit e271f665dd8fb617a5015051e1c9df8cebd6c97b)

package.json
src/deprecated.js

index b502386d43751b279dfd697ade02238503f935db..4cc7e59af9da439f1a85ee1548562bdf3de3b680 100644 (file)
@@ -71,6 +71,7 @@
       "CSS",
       "Data",
       "Deferred",
+      "Deprecated",
       "Dimensions",
       "Effects",
       "Event",
index bc75f098acc46d16cc9a87ced3fb40c8a78bdfa7..78885266dd381b6f37e264419d30475d37ce3ced 100644 (file)
@@ -1,4 +1,6 @@
-define( function() {
+define( [
+       "./core"
+], function( jQuery ) {
 
 jQuery.fn.extend( {