1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #4527 from yurydelendik/revert3641

Partially reverts #3641
This commit is contained in:
Jonas Jenwald 2014-03-27 18:13:31 +01:00
commit 4ead351104

View file

@ -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,