Skip to content

Commit

Permalink
Merge pull request mozilla#8859 from yurydelendik/issue-8858
Browse files Browse the repository at this point in the history
Revert PDFPageView.pdfPage reset.
  • Loading branch information
Snuffleupagus authored Aug 31, 2017
2 parents 6d29fd2 + cf19567 commit 766a9d5
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 766a9d5

Please sign in to comment.