init state, fix examples

This commit is contained in:
Leo Horie 2016-05-15 11:14:38 -04:00
parent 5265697cb2
commit 5ec06e7c08
9 changed files with 137 additions and 20 deletions

View file

@ -14,6 +14,7 @@ o.spec("form inputs", function() {
})
o.afterEach(function() {
while (root.firstChild) root.removeChild(root.firstChild)
root.vnodes = null
})
o.spec("input", function() {