[Pkg-javascript-commits] [pdf.js] 164/174: Fix minor capitalization issue in viewer
David Prévot
taffit at moszumanska.debian.org
Thu Nov 19 18:45:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 570f144fc388cdbdcad5096991ae413667782adf
Author: Tony Jin <tjin at box.com>
Date: Thu Nov 12 13:33:34 2015 -0800
Fix minor capitalization issue in viewer
---
web/pdf_viewer.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/pdf_viewer.js b/web/pdf_viewer.js
index 0e4f973..9aa3a41 100644
--- a/web/pdf_viewer.js
+++ b/web/pdf_viewer.js
@@ -662,7 +662,7 @@ var PDFViewer = (function pdfViewer() {
},
get isChangingPresentationMode() {
- return this.PresentationModeState === PresentationModeState.CHANGING;
+ return this.presentationModeState === PresentationModeState.CHANGING;
},
get isHorizontalScrollbarEnabled() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list