Skip to content

Commit

Permalink
Fix a typo in firefox print service (bug 1777693)
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Aug 3, 2022
1 parent 159f853 commit 6c9e538
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
Expand Up @@ -128,7 +128,7 @@ function FirefoxPrintService(
this._printResolution = printResolution || 150;
this._optionalContentConfigPromise =
optionalContentConfigPromise || pdfDocument.getOptionalContentConfig();
this._optionalContentConfigPromise =
this._printAnnotationStoragePromise =
printAnnotationStoragePromise || Promise.resolve();
}

Expand Down

0 comments on commit 6c9e538

Please sign in to comment.