Remove old dead find related code from viewer.js
This commit is contained in:
parent
79c57dc04e
commit
8892beeb08
@ -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,
|
||||||
@ -864,8 +862,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…
x
Reference in New Issue
Block a user