Merge pull request #5081 from timvandermeij/promises-typo
Fixes typo in promises implementation for legacy browsers
This commit is contained in:
commit
2642583e82
@ -1323,7 +1323,7 @@ PDFJS.createPromiseCapability = createPromiseCapability;
|
||||
|
||||
then: function Promise_then(onResolve, onReject) {
|
||||
var nextPromise = new Promise(function (resolve, reject) {
|
||||
this.resolve = reject;
|
||||
this.resolve = resolve;
|
||||
this.reject = reject;
|
||||
});
|
||||
this._handlers.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user