mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix typo "_annotatationMode" => "_annotationMode"
This commit is contained in:
parent
c914e9f0a6
commit
d1e3900a3d
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