Fix minor capitalization issue in viewer

This commit is contained in:
Tony Jin 2015-11-12 13:33:34 -08:00
parent 9455095ee9
commit 570f144fc3

View File

@ -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() {