Bundled output for commit 6fdfcbb852 [skip ci]
This commit is contained in:
parent
af586f5a20
commit
67bb288e01
2 changed files with 11 additions and 10 deletions
|
|
@ -573,6 +573,7 @@ var renderService = function($window) {
|
|||
Object.keys(source).forEach(function(k){target[k] = source[k]})
|
||||
}
|
||||
function render(dom, vnodes) {
|
||||
if (!dom) throw new Error("Ensure the DOM element being passed to m.route/m.mount/m.render is not undefined.")
|
||||
var hooks = []
|
||||
var active = $doc.activeElement
|
||||
// First time rendering into a node clears it out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue