Merge pull request #11093 from Priestch/shorthand_after_print

Shorthand afterPrint signature in app.js
This commit is contained in:
Tim van der Meij 2019-08-24 14:36:53 +02:00 committed by GitHub
commit 42213f6a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1310,7 +1310,7 @@ let PDFViewerApplication = {
}
},
afterPrint: function pdfViewSetupAfterPrint() {
afterPrint() {
if (this.printService) {
this.printService.destroy();
this.printService = null;