MCPcopy
hub / github.com/MithrilJS/mithril.js / run1

Function run1

mithril.js:1443–1445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1441 var route = function(root, defaultRoute, routes) {
1442 if (root == null) throw new Error("Ensure the DOM element that was passed to `m.route` is not undefined")
1443 function run1() {
1444 if (render1 != null) redrawService0.render(root, render1(Vnode(component, attrs3.key, attrs3)))
1445 }
1446 var redraw2 = function() {
1447 run1()
1448 redraw2 = redrawService0.redraw

Callers 1

redraw2Function · 0.85

Calls 1

VnodeFunction · 0.70

Tested by

no test coverage detected