Merge branch 'next' of https://github.com/lhorie/mithril.js into next

This commit is contained in:
impinball 2015-11-10 02:46:44 -05:00
commit 1f0068df1a

View file

@ -1815,6 +1815,10 @@
return fire()
}
if (state === REJECTING) {
m.deferred.onerror(promiseValue)
}
thennable(then, function () {
state = RESOLVING
fire()