1
0
Fork 0
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:
Brendan Dahl 2011-11-29 11:32:01 -08:00
parent b40af3555b
commit cddb106358
3 changed files with 3 additions and 3 deletions

View file

@ -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)