This commit is contained in:
Isiah Meadows 2015-11-08 10:30:55 -05:00
parent df114a4ee2
commit 685e71d5a5

View file

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