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 authored and pull[bot] committed Dec 27, 2022
1 parent bb776d6 commit 1383504
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 1383504

Please sign in to comment.