Merge remote-tracking branch 'origin/rewrite' into rewrite
Conflicts: docs/route.md
This commit is contained in:
commit
55f0dfa4dd
16 changed files with 546 additions and 392 deletions
|
|
@ -516,6 +516,7 @@ module.exports = function($window) {
|
|||
}
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue