Browse Source

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

Remove old dead find related code from viewer.js
Brendan Dahl 12 years ago
parent
commit
e2ca1d0e5e
  1. 4
      web/viewer.js

4
web/viewer.js

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

Loading…
Cancel
Save