Skip to content
Permalink
Browse files
Remove removal of container children through removeChild method
  • Loading branch information
markelog committed Dec 23, 2012
1 parent 7a2a82b commit eac4e8e
Showing 1 changed file with 0 additions and 5 deletions.
@@ -620,11 +620,6 @@ jQuery.extend({
// Fix #12392 for WebKit and IE > 9
tmp.textContent = "";

// Fix #12392 for oldIE
while ( tmp.firstChild ) {
tmp.removeChild( tmp.firstChild );
}

// Remember the top-level container for proper cleanup
tmp = container.lastChild;
}

0 comments on commit eac4e8e

Please sign in to comment.