summaryrefslogtreecommitdiff
path: root/bower_components/jquery/src/wrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/jquery/src/wrap.js')
-rw-r--r--bower_components/jquery/src/wrap.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bower_components/jquery/src/wrap.js b/bower_components/jquery/src/wrap.js
index b6dce72e..4958251d 100644
--- a/bower_components/jquery/src/wrap.js
+++ b/bower_components/jquery/src/wrap.js
@@ -1,6 +1,7 @@
define([
"./core",
"./core/init",
+ "./manipulation", // clone
"./traversing" // parent, contents
], function( jQuery ) {