mirror of
https://github.com/jquery/jquery.git
synced 2026-01-26 19:38:05 -05:00
Remove unused variables
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,
|
||||
rtagName = /<([\w:]+)/,
|
||||
rtbody = /<tbody/i,
|
||||
rhtml = /<|&#?\w+;/,
|
||||
rnoInnerhtml = /<(?:script|style|link)/i,
|
||||
manipulation_rcheckableType = /^(?:checkbox|radio)$/i,
|
||||
@@ -579,7 +578,7 @@ jQuery.extend({
|
||||
},
|
||||
|
||||
clean: function( elems, context, fragment, scripts, selection ) {
|
||||
var elem, i, j, tmp, tag, wrap, tbody,
|
||||
var elem, i, j, tmp, tag, wrap,
|
||||
ret = [],
|
||||
container = context === document && fragment;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user