fix #1404
This commit is contained in:
parent
f7c187eec9
commit
713c25c9c0
24 changed files with 437 additions and 629 deletions
4
route.js
4
route.js
|
|
@ -1,3 +1,3 @@
|
|||
var mount = require("./mount")
|
||||
var redrawService = require("./redraw")
|
||||
|
||||
module.exports = require("./api/router")(window, mount)
|
||||
module.exports = require("./api/router")(window, redrawService)
|
||||
Loading…
Add table
Add a link
Reference in a new issue