Remove the |el| property in PDFPageView and PDFThumbnailView
This commit is contained in:
parent
bc7a110743
commit
eed67ea8bb
3 changed files with 4 additions and 6 deletions
|
@ -80,7 +80,6 @@ var PDFPageView = (function PDFPageViewClosure() {
|
|||
div.className = 'page';
|
||||
div.style.width = Math.floor(this.viewport.width) + 'px';
|
||||
div.style.height = Math.floor(this.viewport.height) + 'px';
|
||||
this.el = div; // TODO replace 'el' property usage
|
||||
this.div = div;
|
||||
|
||||
container.appendChild(div);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue