[Pkg-javascript-commits] [pdf.js] 140/161: Partially reverts #3641
David Prévot
taffit at moszumanska.debian.org
Sat Apr 19 14:16:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 17eded90655754c439d6ca67ed422683ef6ba7a9
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Thu Mar 27 10:50:42 2014 -0500
Partially reverts #3641
---
web/viewer.js | 4 ----
1 file changed, 4 deletions(-)
diff --git a/web/viewer.js b/web/viewer.js
index 3e127c4..cc1cb1c 100644
--- a/web/viewer.js
+++ b/web/viewer.js
@@ -389,10 +389,6 @@ var PDFView = {
document.webkitFullscreenEnabled === false ||
document.msFullscreenEnabled === false) {
support = false;
- } else if (this.isViewerEmbedded) {
- // Need to check if the viewer is embedded as well, to prevent issues with
- // presentation mode when the viewer is embedded in '<object>' tags.
- support = false;
}
Object.defineProperty(this, 'supportsFullscreen', { value: support,
--
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