mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #6630 from tonyjin/fix-minor-capitalization
Fix minor capitalization issue in viewer
This commit is contained in:
commit
875588d0cd
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ var PDFViewer = (function pdfViewer() {
|
|||
},
|
||||
|
||||
get isChangingPresentationMode() {
|
||||
return this.PresentationModeState === PresentationModeState.CHANGING;
|
||||
return this.presentationModeState === PresentationModeState.CHANGING;
|
||||
},
|
||||
|
||||
get isHorizontalScrollbarEnabled() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue