1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Adding call to resolve unfulfilled promise

This commit is contained in:
sbarman 2012-06-11 15:05:06 -07:00
parent c900dfeced
commit 7c48297794

View file

@ -126,6 +126,7 @@ var PDFImage = (function PDFImageClosure() {
if (smask) {
handleImageData(handler, xref, res, smask, smaskPromise);
maskPromise.resolve(null);
} else {
smaskPromise.resolve(null);
if (mask && isStream(mask)) {