Merge remote-tracking branch 'origin/next' into next
This commit is contained in:
commit
b75afdc893
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ Mithril = m = new function app(window, undefined) {
|
|||
return deferred
|
||||
}
|
||||
function propify(promise) {
|
||||
prop = m.prop()
|
||||
var prop = m.prop()
|
||||
promise.then(prop)
|
||||
prop.then = function(resolve, reject) {
|
||||
return propify(promise.then(resolve, reject))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue