Remove the |el| property in PDFPageView and PDFThumbnailView

This commit is contained in:
Jonas Jenwald 2015-02-08 17:40:52 +01:00
parent bc7a110743
commit eed67ea8bb
3 changed files with 4 additions and 6 deletions

View file

@ -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);