Remove old dead find related code from viewer.js

This commit is contained in:
Jonas 2013-08-23 13:08:51 +02:00
parent 79c57dc04e
commit 8892beeb08

View File

@ -174,8 +174,6 @@ var PDFView = {
currentScale: UNKNOWN_SCALE,
currentScaleValue: null,
initialBookmark: document.location.hash.substring(1),
startedTextExtraction: false,
pageText: [],
container: null,
thumbnailContainer: null,
initialized: false,
@ -864,8 +862,6 @@ var PDFView = {
this.pageRotation = 0;
var pages = this.pages = [];
this.pageText = [];
this.startedTextExtraction = false;
var pagesRefMap = this.pagesRefMap = {};
var thumbnails = this.thumbnails = [];