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:44:22 -0400 |
commit | 6cb17c8ea46d60a9b06398892a74d4f1bd0d9cc2 (patch) | |
tree | f4ef5ef182fc9cb1999dedd514477281fbb40e89 | |
parent | 479e37f436a6676b5b52a31a54c6efe3103d73f3 (diff) | |
download | jquery-6cb17c8ea46d60a9b06398892a74d4f1bd0d9cc2.tar.gz jquery-6cb17c8ea46d60a9b06398892a74d4f1bd0d9cc2.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 a3c35d9f2..93c7b2cfd 100644 --- a/src/wrap.js +++ b/src/wrap.js @@ -1,6 +1,7 @@ define([ "./core", "./core/init", + "./manipulation", // clone "./traversing" // parent, contents ], function( jQuery ) { |