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

Fix minor capitalization issue in viewer
This commit is contained in:
Yury Delendik 2015-11-13 12:10:31 -06:00
commit 875588d0cd

View File

@ -662,7 +662,7 @@ var PDFViewer = (function pdfViewer() {
},
get isChangingPresentationMode() {
return this.PresentationModeState === PresentationModeState.CHANGING;
return this.presentationModeState === PresentationModeState.CHANGING;
},
get isHorizontalScrollbarEnabled() {