Merge pull request #6630 from tonyjin/fix-minor-capitalization
Fix minor capitalization issue in viewer
This commit is contained in:
commit
875588d0cd
@ -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…
Reference in New Issue
Block a user