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
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue