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(