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