Skip to content

Commit

Permalink
Revert PDFPageView.pdfPage reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurydelendik committed Aug 31, 2017
1 parent 6d29fd2 commit cf19567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/pdf_page_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class PDFPageView {
this.reset();
if (this.pdfPage) {
this.pdfPage.cleanup();
this.pdfPage = null;
}
}

Expand Down

0 comments on commit cf19567

Please sign in to comment.