Refactor the line that is longer than 80 characters in web/viewer.js.
This commit is contained in:
		
							parent
							
								
									be5ecf2573
								
							
						
					
					
						commit
						eebb47c072
					
				@ -104,7 +104,8 @@ var PDFView = {
 | 
			
		||||
    var thumbnails = this.thumbnails = [];
 | 
			
		||||
    for (var i = 1; i <= pagesCount; i++) {
 | 
			
		||||
      var page = pdf.getPage(i);
 | 
			
		||||
      pages.push(new PageView(container, page, i, page.width, page.height, page.stats));
 | 
			
		||||
      pages.push(new PageView(container, page, i, page.width, page.height,
 | 
			
		||||
                              page.stats));
 | 
			
		||||
      thumbnails.push(new ThumbnailView(sidebar, pages[i - 1]));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user