mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
no ticket: remove and enforce unused vars in jshint
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user