Merge pull request #14068 from kjenova/master

Fix typo "_annotatationMode" => "_annotationMode"
This commit is contained in:
Jonas Jenwald 2021-09-23 21:22:51 +02:00 committed by GitHub
commit 02aa107b21
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();