Merge pull request #14068 from kjenova/master
Fix typo "_annotatationMode" => "_annotationMode"
This commit is contained in:
commit
02aa107b21
@ -871,7 +871,7 @@ class PDFPageView {
|
||||
});
|
||||
const promise = pdfPage
|
||||
.getOperatorList({
|
||||
annotationMode: this._annotatationMode,
|
||||
annotationMode: this._annotationMode,
|
||||
})
|
||||
.then(opList => {
|
||||
ensureNotCancelled();
|
||||
|
Loading…
x
Reference in New Issue
Block a user