mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Fix minor capitalization issue in viewer
This commit is contained in:
parent
9455095ee9
commit
570f144fc3
@ -662,7 +662,7 @@ var PDFViewer = (function pdfViewer() {
|
||||
},
|
||||
|
||||
get isChangingPresentationMode() {
|
||||
return this.PresentationModeState === PresentationModeState.CHANGING;
|
||||
return this.presentationModeState === PresentationModeState.CHANGING;
|
||||
},
|
||||
|
||||
get isHorizontalScrollbarEnabled() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user