mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Remove removal of container children through removeChild method
This commit is contained in:
parent
7a2a82ba62
commit
eac4e8e251
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user