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

Merge pull request #3613 from Snuffleupagus/remove-dead-find-code

Remove old dead find related code from viewer.js
This commit is contained in:
Brendan Dahl 2013-08-26 10:46:58 -07:00
commit e2ca1d0e5e

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,
@ -866,8 +864,6 @@ var PDFView = {
this.pageRotation = 0;
var pages = this.pages = [];
this.pageText = [];
this.startedTextExtraction = false;
var pagesRefMap = this.pagesRefMap = {};
var thumbnails = this.thumbnails = [];