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

@ -99,7 +99,6 @@ var PDFThumbnailView = (function PDFThumbnailViewClosure() {
var div = document.createElement('div');
div.id = 'thumbnailContainer' + id;
div.className = 'thumbnail';
this.el = div; // TODO: replace 'el' property usage.
this.div = div;
if (id === 1) {