mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Use shorthand method signature for afterPrint
in web/app.js
This commit is contained in:
parent
edbebb8bf7
commit
000780d27e
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