Update: Add elem to parent before adding its children

This commit is contained in:
Gyandeep Singh 2017-02-07 20:55:53 -06:00
parent 23a1693c02
commit 390e1fe343
2 changed files with 29 additions and 23 deletions

View file

@ -187,7 +187,7 @@ o.spec("oninit", function() {
called = true
o(vnode.dom).equals(undefined)
o(root.childNodes.length).equals(0)
o(root.childNodes.length).equals(1)
}
o(called).equals(true)
})