Merge pull request #11093 from Priestch/shorthand_after_print
Shorthand afterPrint signature in app.js
This commit is contained in:
commit
42213f6a2c
@ -1310,7 +1310,7 @@ let PDFViewerApplication = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
afterPrint: function pdfViewSetupAfterPrint() {
|
afterPrint() {
|
||||||
if (this.printService) {
|
if (this.printService) {
|
||||||
this.printService.destroy();
|
this.printService.destroy();
|
||||||
this.printService = null;
|
this.printService = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user