Bundled output for commit f931b0b947 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-05-30 14:13:56 +00:00
parent f931b0b947
commit e075be6154
2 changed files with 5 additions and 5 deletions

View file

@ -582,7 +582,7 @@ var coreRenderer = function($window) {
if (movable.dom != null) nextSibling = movable.dom
}
else {
var dom = createNode(parent, v, hooks, undefined, nextSibling)
var dom = createNode(parent, v, hooks, ns, nextSibling)
nextSibling = dom
}
}