1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +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

@ -79,7 +79,7 @@ var WorkerMessageHandler = {
var page = pdfDoc.getPage(pageNum);
// Pre compile the pdf page and fetch the fonts/images.
var IRQueue = page.getIRQueue(handler, dependency);
} catch(e) {
} catch (e) {
// Turn the error into an obj that can be serialized
e = {
message: e.message,