Bundled output for commit dcdc48a534 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-10-28 00:19:43 +00:00
parent dcdc48a534
commit ea9d62f33c
2 changed files with 41 additions and 43 deletions

View file

@ -982,8 +982,6 @@ var _18 = function(renderer, pubsub) {
delete root.redraw
return
}
if (component.view == null) throw new Error("m.mount(element, component) expects a component, not a vnode")
var run0 = autoredraw(root, renderer, pubsub, function() {
renderer.render(root, Vnode(component, undefined, undefined, undefined, undefined, undefined))
})