From 829f80e1da58e874f4920ecc4ed4a25406afd8d7 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 13 Jan 2015 20:25:10 +0100 Subject: [PATCH] Fix prorblems caused by vAPI.insertHTML --- platform/firefox/vapi-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-common.js b/platform/firefox/vapi-common.js index 5fc3754..1e9f81c 100644 --- a/platform/firefox/vapi-common.js +++ b/platform/firefox/vapi-common.js @@ -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(