diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-10-17 12:50:12 -0400 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-10-17 12:52:12 -0400 |
commit | 16d996ba0c150101632cef140116b7f68da162f8 (patch) | |
tree | 81dc420726022f5a34477d7a9e7fb582881a43af /src/manipulation.js | |
parent | 3bfd15878442ed97a7c768a09ccd51571d4e1d47 (diff) | |
download | jquery-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.js | 2 |
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 = []; |