Addressing comments, linting

This commit is contained in:
Artur Adib 2011-12-06 16:52:29 -05:00
parent 8dc467709d
commit 7d8240f15c
2 changed files with 27 additions and 28 deletions

View file

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