mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Revert "Don't use window.print in the Firefox builtin viewer (bug 1774427)"
This commit is contained in:
parent
9bdcdeef67
commit
9ded9dd4e5
2 changed files with 1 additions and 9 deletions
|
@ -402,10 +402,6 @@ class FirefoxExternalServices extends DefaultExternalServices {
|
|||
FirefoxCom.request("updateEditorStates", data);
|
||||
}
|
||||
|
||||
static print() {
|
||||
FirefoxCom.request("print", null);
|
||||
}
|
||||
|
||||
static createL10n(options) {
|
||||
const mozL10n = document.mozL10n;
|
||||
// TODO refactor mozL10n.setExternalLocalizerServices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue