Pass namespace to new children when updating their parent

This commit is contained in:
Gaspar 2016-07-26 11:09:13 +02:00
parent d64c6175a9
commit 4acf5e58a3

View file

@ -176,7 +176,7 @@ module.exports = function($window) {
}
if (end < start) break
}
createNodes(parent, vnodes, start, end + 1, hooks, nextSibling, undefined)
createNodes(parent, vnodes, start, end + 1, hooks, nextSibling, ns)
removeNodes(parent, old, oldStart, oldEnd + 1, vnodes)
}
}