aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.js')
-rw-r--r--src/wrap.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wrap.js b/src/wrap.js
index 5968adbc6..1859dca11 100644
--- a/src/wrap.js
+++ b/src/wrap.js
@@ -1,3 +1,7 @@
+define([
+ "./core",
+ "./traversing" // parent, contents
+], function( jQuery ) {
jQuery.fn.extend({
wrapAll: function( html ) {
var wrap;
@@ -67,3 +71,4 @@ jQuery.fn.extend({
}).end();
}
});
+});