Skip to content

Commit

Permalink
Merge pull request #15268 from calixteman/bug1777693
Browse files Browse the repository at this point in the history
Fix a typo in firefox print service (bug 1777693)
calixteman authored Aug 3, 2022
2 parents 4f6cd05 + 6c9e538 commit 8bad06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/firefox_print_service.js
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ function FirefoxPrintService(
this._printResolution = printResolution || 150;
this._optionalContentConfigPromise =
optionalContentConfigPromise || pdfDocument.getOptionalContentConfig();
this._optionalContentConfigPromise =
this._printAnnotationStoragePromise =
printAnnotationStoragePromise || Promise.resolve();
}

0 comments on commit 8bad06f

Please sign in to comment.