Remove no longer needed hacks that enable spacebar scrolling in Firefox (issue 3498)

Now that [bug 915962](https://bugzilla.mozilla.org/show_bug.cgi?id=915962) has landed, we no longer need any hacks to enable <kbd>spacebar</kbd> scrolling in Firefox.

Fixes 3498.
This commit is contained in:
Jonas Jenwald 2015-04-21 17:11:09 +02:00
parent 71ab5e5ac5
commit 10f134bcc2
2 changed files with 3 additions and 17 deletions

View file

@ -622,10 +622,6 @@ var PDFViewer = (function pdfViewer() {
this.container.focus();
},
blur: function () {
this.container.blur();
},
get isInPresentationMode() {
return this.presentationModeState === PresentationModeState.FULLSCREEN;
},