Fix prorblems caused by vAPI.insertHTML

pull/2/head
Deathamns 10 years ago committed by gorhill
parent 618502354f
commit 829f80e1da

@ -77,7 +77,7 @@ vAPI.insertHTML = (function() {
return function(node, html) {
while ( node.firstChild ) {
node.removeChild(node.firstChild);
node.removeChild(node.firstChild);
}
node.appendChild(parser.parseFragment(

Loading…
Cancel
Save