Update: Add elem to parent before adding its children
This commit is contained in:
parent
23a1693c02
commit
390e1fe343
2 changed files with 29 additions and 23 deletions
|
|
@ -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)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue