Skip to content

Commit 570f144

Browse files
author
Tony Jin
committed
Fix minor capitalization issue in viewer
1 parent 9455095 commit 570f144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pdf_viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ var PDFViewer = (function pdfViewer() {
662662
},
663663

664664
get isChangingPresentationMode() {
665-
return this.PresentationModeState === PresentationModeState.CHANGING;
665+
return this.presentationModeState === PresentationModeState.CHANGING;
666666
},
667667

668668
get isHorizontalScrollbarEnabled() {

0 commit comments

Comments
 (0)