|
|
@ -112,7 +112,6 @@ var PDFPageView = (function PDFPageViewClosure() { |
|
|
|
this.annotationLayer = null; |
|
|
|
this.annotationLayer = null; |
|
|
|
|
|
|
|
|
|
|
|
var div = document.createElement('div'); |
|
|
|
var div = document.createElement('div'); |
|
|
|
div.id = 'pageContainer' + this.id; |
|
|
|
|
|
|
|
div.className = 'page'; |
|
|
|
div.className = 'page'; |
|
|
|
div.style.width = Math.floor(this.viewport.width) + 'px'; |
|
|
|
div.style.width = Math.floor(this.viewport.width) + 'px'; |
|
|
|
div.style.height = Math.floor(this.viewport.height) + 'px'; |
|
|
|
div.style.height = Math.floor(this.viewport.height) + 'px'; |
|
|
|