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:
parent
b40af3555b
commit
cddb106358
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue