fix input cursor bug in chrome

This commit is contained in:
Leo Horie 2014-04-25 13:51:17 -04:00
parent ed66e5d67a
commit 22deb93d04
65 changed files with 7237 additions and 26 deletions

View file

@ -318,7 +318,6 @@ function testMithril(mock) {
var root = mock.document.createElement("div")
m.render(root, [null, "foo"])
m.render(root, ["bar"])
console.log(root.childNodes)
return root.childNodes.length == 1
})
//end m.render