Fix minor capitalization issue in viewer
This commit is contained in:
parent
9455095ee9
commit
570f144fc3
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ var PDFViewer = (function pdfViewer() {
|
||||||
},
|
},
|
||||||
|
|
||||||
get isChangingPresentationMode() {
|
get isChangingPresentationMode() {
|
||||||
return this.PresentationModeState === PresentationModeState.CHANGING;
|
return this.presentationModeState === PresentationModeState.CHANGING;
|
||||||
},
|
},
|
||||||
|
|
||||||
get isHorizontalScrollbarEnabled() {
|
get isHorizontalScrollbarEnabled() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue