mirror of
https://github.com/jquery/jquery.git
synced 2026-01-26 16:58:10 -05:00
Remove removal of container children through removeChild method
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user