Bundled output for commit 6fdfcbb852 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-09-09 14:42:49 +00:00
parent af586f5a20
commit 67bb288e01
2 changed files with 11 additions and 10 deletions

View file

@ -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