Fix typo "_annotatationMode" => "_annotationMode"

This commit is contained in:
kjenova 2021-09-23 18:42:33 +02:00 committed by GitHub
parent c914e9f0a6
commit d1e3900a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -871,7 +871,7 @@ class PDFPageView {
});
const promise = pdfPage
.getOperatorList({
annotationMode: this._annotatationMode,
annotationMode: this._annotationMode,
})
.then(opList => {
ensureNotCancelled();