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 = [];