aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index 7d18d04c9..ef305032e 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -650,7 +650,7 @@ jQuery.extend({
},
clean: function( elems, context, fragment, scripts ) {
- var i, j, elem, tag, wrap, depth, div, hasBody, tbody, len, handleScript, jsTags,
+ var i, j, elem, tag, wrap, depth, div, hasBody, tbody, handleScript, jsTags,
safe = context === document && safeFragment,
ret = [];