Fix lint errors
This commit is contained in:
parent
a6180830f8
commit
20a348fc0c
7 changed files with 342 additions and 421 deletions
|
@ -15,5 +15,5 @@ importScripts('processor_handler.js');
|
|||
// Listen for messages from the main thread.
|
||||
var pdfDoc = null;
|
||||
|
||||
var handler = new MessageHandler("worker_processor", this);
|
||||
var handler = new MessageHandler('worker_processor', this);
|
||||
WorkerProcessorHandler.setup(handler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue