mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix lints.
This commit is contained in:
parent
b40af3555b
commit
cddb106358
3 changed files with 3 additions and 3 deletions
|
@ -553,7 +553,7 @@ var PageView = function pageView(container, content, id, pageWidth, pageHeight,
|
|||
ctx.translate(-this.x * scale, -this.y * scale);
|
||||
|
||||
stats.begin = Date.now();
|
||||
this.content.startRendering(ctx,
|
||||
this.content.startRendering(ctx,
|
||||
(function pageViewDrawCallback() {
|
||||
this.updateStats();
|
||||
if (this.onAfterDraw)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue