Merge pull request #836 from impinball/patch-3

Fix #824
This commit is contained in:
Leo Horie 2015-11-08 21:34:28 -05:00
commit ab51a055f5

View file

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