no ticket: remove and enforce unused vars in jshint

This commit is contained in:
Mike Sherov
2012-10-17 12:50:12 -04:00
parent 3bfd158784
commit 16d996ba0c
8 changed files with 11 additions and 14 deletions

View File

@@ -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 = [];