Fix the bundle and bundle tests
This commit is contained in:
parent
a1131eb4f2
commit
057f3a9d2f
2 changed files with 5 additions and 3 deletions
2
index.js
2
index.js
|
|
@ -10,8 +10,8 @@ var Stream = require("./stream")
|
|||
|
||||
requestService.setCompletionCallback(redrawService.publish)
|
||||
|
||||
m.route = require("./route")
|
||||
m.mount = require("./mount")
|
||||
m.route = require("./route")
|
||||
m.withAttr = require("./util/withAttr")
|
||||
m.prop = Stream
|
||||
m.render = renderService.render
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue