Fix a typo in firefox print service (bug 1777693)

This commit is contained in:
Calixte Denizet 2022-08-03 17:25:01 +02:00
parent 159f853e06
commit 6c9e538f56

View File

@ -128,7 +128,7 @@ function FirefoxPrintService(
this._printResolution = printResolution || 150;
this._optionalContentConfigPromise =
optionalContentConfigPromise || pdfDocument.getOptionalContentConfig();
this._optionalContentConfigPromise =
this._printAnnotationStoragePromise =
printAnnotationStoragePromise || Promise.resolve();
}