expose promise polyfill in a way that won't need code migration later
This commit is contained in:
parent
62724a1143
commit
439cf95673
7 changed files with 60 additions and 95 deletions
1
index.js
1
index.js
|
|
@ -6,7 +6,6 @@ var redrawService = require("./redraw")
|
|||
|
||||
requestService.setCompletionCallback(redrawService.publish)
|
||||
|
||||
m.Promise = require("./promise/promise")
|
||||
m.mount = require("./mount")
|
||||
m.route = require("./route")
|
||||
m.withAttr = require("./util/withAttr")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue