Wrap: Declare a dependency on the manipulation module

Fixes #15121
Closes gh-1589
This commit is contained in:
TJ VanToll 2014-05-30 16:13:00 -04:00 committed by Timmy Willison
parent d41e81980e
commit c18c6229c8

View File

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