Fix lint errors

This commit is contained in:
Julian Viereck 2011-10-09 10:37:53 +02:00
parent a6180830f8
commit 20a348fc0c
7 changed files with 342 additions and 421 deletions

View file

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