[Pkg-javascript-commits] [pdf.js] 71/119: Bug 1156287 - Do not extract unreachable code after return
David Prévot
taffit at moszumanska.debian.org
Wed May 13 21:27: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 5c4e3c31b87a03c05884b65fa658d4fae509a9ee
Author: arai <arai_a at mac.com>
Date: Tue Apr 21 00:22:45 2015 +0900
Bug 1156287 - Do not extract unreachable code after return
---
web/viewer.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/web/viewer.js b/web/viewer.js
index 87ea071..62c9f91 100644
--- a/web/viewer.js
+++ b/web/viewer.js
@@ -1684,9 +1684,7 @@ function webViewerInitialized() {
}
return;
}
-//#endif
-//#if !B2G && !CHROME
if (file) {
PDFViewerApplication.open(file, 0);
}
--
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