aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap.js
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2014-05-30 16:13:00 -0400
committerTimmy Willison <timmywillisn@gmail.com>2014-06-02 16:43:46 -0400
commitc18c6229c84cd2f0c9fe9f6fc3749e2c93608cc7 (patch)
tree7c8ab4faddf38b7b02f11b76c51c22989281316e /src/wrap.js
parentd41e81980ea89e56c04eb14d8c27f4692b367604 (diff)
downloadjquery-c18c6229c84cd2f0c9fe9f6fc3749e2c93608cc7.tar.gz
jquery-c18c6229c84cd2f0c9fe9f6fc3749e2c93608cc7.zip
Wrap: Declare a dependency on the manipulation module
Fixes #15121 Closes gh-1589
Diffstat (limited to 'src/wrap.js')
-rw-r--r--src/wrap.js1
1 files changed, 1 insertions, 0 deletions
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 ) {