diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2014-05-30 16:13:00 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-06-02 16:43:46 -0400 |
commit | c18c6229c84cd2f0c9fe9f6fc3749e2c93608cc7 (patch) | |
tree | 7c8ab4faddf38b7b02f11b76c51c22989281316e | |
parent | d41e81980ea89e56c04eb14d8c27f4692b367604 (diff) | |
download | jquery-c18c6229c84cd2f0c9fe9f6fc3749e2c93608cc7.tar.gz jquery-c18c6229c84cd2f0c9fe9f6fc3749e2c93608cc7.zip |
Wrap: Declare a dependency on the manipulation module
Fixes #15121
Closes gh-1589
-rw-r--r-- | src/wrap.js | 1 |
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 ) { |