Remove removal of container children through removeChild method

This commit is contained in:
Oleg 2012-12-19 20:31:36 +04:00
parent 7a2a82ba62
commit eac4e8e251

View File

@ -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;
}