From eac4e8e2510485c452af3614ddb8042ceec1fc34 Mon Sep 17 00:00:00 2001 From: Oleg Date: Wed, 19 Dec 2012 20:31:36 +0400 Subject: [PATCH] Remove removal of container children through removeChild method --- src/manipulation.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/manipulation.js b/src/manipulation.js index d2f17b87d..4b33e64c6 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -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; } -- 2.39.5