From: Artur Adib Date: Mon, 3 Oct 2011 19:21:26 +0000 (-0400) Subject: Oh, 80-char limit... super modern X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2f209a8e855cbff4e29580d2de039b9500375046;p=pdf.js.git Oh, 80-char limit... super modern --- diff --git a/test/driver.js b/test/driver.js index 65dd3fa..fe02a99 100644 --- a/test/driver.js +++ b/test/driver.js @@ -205,7 +205,8 @@ function done() { function sendTaskResult(snapshot, task, failure) { var result = { browser: browser, id: task.id, - numPages: task.pdfDoc ? (task.pageLimit || task.pdfDoc.numPages) : 0, + numPages: task.pdfDoc ? + (task.pageLimit || task.pdfDoc.numPages) : 0, failure: failure, file: task.file, round: task.round,