Skip to content

Commit

Permalink
Fix typo "_annotatationMode" => "_annotationMode"
Browse files Browse the repository at this point in the history
  • Loading branch information
kjenova committed Sep 23, 2021
1 parent c914e9f commit d1e3900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pdf_page_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ class PDFPageView {
});
const promise = pdfPage
.getOperatorList({
annotationMode: this._annotatationMode,
annotationMode: this._annotationMode,
})
.then(opList => {
ensureNotCancelled();
Expand Down

0 comments on commit d1e3900

Please sign in to comment.