mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #14068 from kjenova/master
Fix typo "_annotatationMode" => "_annotationMode"
This commit is contained in:
commit
02aa107b21
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ class PDFPageView {
|
|||
});
|
||||
const promise = pdfPage
|
||||
.getOperatorList({
|
||||
annotationMode: this._annotatationMode,
|
||||
annotationMode: this._annotationMode,
|
||||
})
|
||||
.then(opList => {
|
||||
ensureNotCancelled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue