aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-10-17 12:50:12 -0400
committerMike Sherov <mike.sherov@gmail.com>2012-10-17 12:52:12 -0400
commit16d996ba0c150101632cef140116b7f68da162f8 (patch)
tree81dc420726022f5a34477d7a9e7fb582881a43af /src/manipulation.js
parent3bfd15878442ed97a7c768a09ccd51571d4e1d47 (diff)
downloadjquery-16d996ba0c150101632cef140116b7f68da162f8.tar.gz
jquery-16d996ba0c150101632cef140116b7f68da162f8.zip
no ticket: remove and enforce unused vars in jshint
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 = [];