mirror of
https://github.com/jquery/jquery.git
synced 2026-01-26 23:09:57 -05:00
Remove needless expression
This commit is contained in:
@@ -443,7 +443,7 @@ jQuery.extend({
|
||||
// Deserialize a standard representation
|
||||
tag = ( rtagName.exec( elem ) || ["", ""] )[ 1 ].toLowerCase();
|
||||
wrap = wrapMap[ tag ] || wrapMap._default;
|
||||
tmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, "<$1></$2>" ) + ( wrap[ 2 ] || "" );
|
||||
tmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, "<$1></$2>" );
|
||||
|
||||
// Descend through wrappers to the right content
|
||||
j = wrap[0];
|
||||
|
||||
Reference in New Issue
Block a user