mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #11093 from Priestch/shorthand_after_print
Shorthand afterPrint signature in app.js
This commit is contained in:
commit
42213f6a2c
1 changed files with 1 additions and 1 deletions
|
@ -1310,7 +1310,7 @@ let PDFViewerApplication = {
|
|||
}
|
||||
},
|
||||
|
||||
afterPrint: function pdfViewSetupAfterPrint() {
|
||||
afterPrint() {
|
||||
if (this.printService) {
|
||||
this.printService.destroy();
|
||||
this.printService = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue