1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Revert PDFPageView.pdfPage reset.

This commit is contained in:
Yury Delendik 2017-08-31 16:49:01 -05:00
parent d332f62d60
commit 47c28643d6

View file

@ -111,7 +111,6 @@ class PDFPageView {
this.reset();
if (this.pdfPage) {
this.pdfPage.cleanup();
this.pdfPage = null;
}
}