Merge pull request #7971 from davehouse/remove_viewer_page_div_id

remove viewer page div id
This commit is contained in:
Tim van der Meij 2017-01-23 22:27:26 +01:00 committed by GitHub
commit 2170eda9df
3 changed files with 3 additions and 3 deletions

View file

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