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

Clear out the stored text extraction on load.

This commit is contained in:
Brendan Dahl 2012-04-24 14:02:13 -07:00
parent a57054ef9e
commit c55dade357

View file

@ -508,6 +508,8 @@ var PDFView = {
}
var pages = this.pages = [];
this.pageText = [];
this.startedTextExtraction = false;
var pagesRefMap = {};
var thumbnails = this.thumbnails = [];
var pagePromises = [];