Skip to content

Commit

Permalink
Wrap: Declare a dependency on the manipulation module
Browse files Browse the repository at this point in the history
Fixes #15121
Closes jquerygh-1589
  • Loading branch information
tjvantoll authored and timmywil committed Jun 2, 2014
1 parent d41e819 commit c18c622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
define([
"./core",
"./core/init",
"./manipulation", // clone
"./traversing" // parent, contents
], function( jQuery ) {

Expand Down

0 comments on commit c18c622

Please sign in to comment.