Addressing comments, linting
This commit is contained in:
parent
8dc467709d
commit
7d8240f15c
2 changed files with 27 additions and 28 deletions
|
@ -557,7 +557,7 @@ var ThumbnailView = function thumbnailView(container, page, id, pageRatio) {
|
|||
PDFView.page = id;
|
||||
return false;
|
||||
};
|
||||
|
||||
|
||||
var view = page.view;
|
||||
this.width = view.width;
|
||||
this.height = view.height;
|
||||
|
@ -728,7 +728,7 @@ function updateThumbViewArea() {
|
|||
if (thumbnailTimer)
|
||||
clearTimeout(thumbnailTimer);
|
||||
|
||||
thumbnailTimer = setTimeout(function(){
|
||||
thumbnailTimer = setTimeout(function() {
|
||||
var visibleThumbs = PDFView.getVisibleThumbs();
|
||||
for (var i = 0; i < visibleThumbs.length; i++) {
|
||||
var thumb = visibleThumbs[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue