beef up docs

This commit is contained in:
Leo Horie 2014-09-16 00:17:22 -04:00
parent f667d18b36
commit b3b3853d71
4 changed files with 134 additions and 7 deletions

View file

@ -592,7 +592,6 @@ function testMithril(mock) {
var firstBefore = root.childNodes[0]
m.render(root, [m("a", {key: 2}), m("br"), m("a", {key: 1})])
var firstAfter = root.childNodes[2]
console.log(root.childNodes)
return firstBefore == firstAfter && root.childNodes[0].key == 2 && root.childNodes.length == 3
})
test(function() {