From: TJ VanToll Date: Fri, 30 May 2014 20:13:00 +0000 (-0400) Subject: Wrap: Declare a dependency on the manipulation module X-Git-Tag: 2.1.2~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c18c6229c84cd2f0c9fe9f6fc3749e2c93608cc7;p=jquery.git Wrap: Declare a dependency on the manipulation module Fixes #15121 Closes gh-1589 --- diff --git a/src/wrap.js b/src/wrap.js index b6dce72e6..4958251d2 100644 --- a/src/wrap.js +++ b/src/wrap.js @@ -1,6 +1,7 @@ define([ "./core", "./core/init", + "./manipulation", // clone "./traversing" // parent, contents ], function( jQuery ) {