mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Fix a typo in firefox print service (bug 1777693)
This commit is contained in:
parent
159f853e06
commit
6c9e538f56
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ function FirefoxPrintService(
|
||||||
this._printResolution = printResolution || 150;
|
this._printResolution = printResolution || 150;
|
||||||
this._optionalContentConfigPromise =
|
this._optionalContentConfigPromise =
|
||||||
optionalContentConfigPromise || pdfDocument.getOptionalContentConfig();
|
optionalContentConfigPromise || pdfDocument.getOptionalContentConfig();
|
||||||
this._optionalContentConfigPromise =
|
this._printAnnotationStoragePromise =
|
||||||
printAnnotationStoragePromise || Promise.resolve();
|
printAnnotationStoragePromise || Promise.resolve();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue