Skip to content
Permalink
Browse files
Remove needless expression
  • Loading branch information
markelog committed Dec 23, 2012
1 parent 0d16158 commit ec75705
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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];

0 comments on commit ec75705

Please sign in to comment.