aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index 8eabb1979..89cc46c62 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -8,7 +8,8 @@ define([
"./data/accepts",
"./selector",
"./traversing",
- "./event"
+ "./event",
+ "./support"
], function( jQuery, concat, push, rcheckableType, data_priv, data_user ){
var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,