|
|
|
@ -591,9 +591,6 @@ var PDFPageView = (function PDFPageViewClosure() {
@@ -591,9 +591,6 @@ var PDFPageView = (function PDFPageViewClosure() {
|
|
|
|
|
|
|
|
|
|
this.annotationLayer = null; |
|
|
|
|
|
|
|
|
|
var anchor = document.createElement('a'); |
|
|
|
|
anchor.name = '' + this.id; |
|
|
|
|
|
|
|
|
|
var div = document.createElement('div'); |
|
|
|
|
div.id = 'pageContainer' + this.id; |
|
|
|
|
div.className = 'page'; |
|
|
|
@ -602,7 +599,6 @@ var PDFPageView = (function PDFPageViewClosure() {
@@ -602,7 +599,6 @@ var PDFPageView = (function PDFPageViewClosure() {
|
|
|
|
|
this.el = div; // TODO replace 'el' property usage
|
|
|
|
|
this.div = div; |
|
|
|
|
|
|
|
|
|
container.appendChild(anchor); |
|
|
|
|
container.appendChild(div); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|