]> source.dussan.org Git - jquery.git/commitdiff
Wrap: Declare a dependency on the manipulation module
authorTJ VanToll <tj.vantoll@gmail.com>
Fri, 30 May 2014 20:13:00 +0000 (16:13 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 2 Jun 2014 20:43:46 +0000 (16:43 -0400)
Fixes #15121
Closes gh-1589

src/wrap.js

index b6dce72e60d05900b75196f230226062d7970ac3..4958251d2ddf76c54579b89f618f1b2afc42470d 100644 (file)
@@ -1,6 +1,7 @@
 define([
        "./core",
        "./core/init",
+       "./manipulation", // clone
        "./traversing" // parent, contents
 ], function( jQuery ) {