]> source.dussan.org Git - jquery.git/commitdiff
Wrap: Declare a dependency on the manipulation module 1592/head
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:44:22 +0000 (16:44 -0400)
Fixes #15121
Closes gh-1589

src/wrap.js

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