Use shorthand method signature for afterPrint
in web/app.js
This commit is contained in:
parent
edbebb8bf7
commit
000780d27e
@ -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