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