Skip to content

Commit 875588d

Browse files
committed
Merge pull request mozilla#6630 from tonyjin/fix-minor-capitalization
Fix minor capitalization issue in viewer
2 parents 9e335a6 + 570f144 commit 875588d

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)