diff --git a/src/fragment.js b/src/fragment.js index eba460ee664..85c42a59d80 100644 --- a/src/fragment.js +++ b/src/fragment.js @@ -59,9 +59,7 @@ module.exports = function (templateString) { var child /* jshint boss: true */ while (child = node.firstChild) { - if (node.nodeType === 1) { - frag.appendChild(child) - } + frag.appendChild(child) } return frag } \ No newline at end of file