Skip to content
Snippets Groups Projects
Commit 875588d0 authored by Yury Delendik's avatar Yury Delendik
Browse files

Merge pull request #6630 from tonyjin/fix-minor-capitalization

Fix minor capitalization issue in viewer
parents 9e335a61 570f144f
No related branches found
No related tags found
No related merge requests found
......@@ -662,7 +662,7 @@ var PDFViewer = (function pdfViewer() {
},
get isChangingPresentationMode() {
return this.PresentationModeState === PresentationModeState.CHANGING;
return this.presentationModeState === PresentationModeState.CHANGING;
},
get isHorizontalScrollbarEnabled() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment