1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Fix lint.

This commit is contained in:
Brendan Dahl 2012-01-23 17:52:53 -08:00
parent 178b89342a
commit 4d3057aba7
2 changed files with 10 additions and 10 deletions

View file

@ -656,7 +656,7 @@ var PDFDoc = (function PDFDocClosure() {
messageHandler.send('test', testObj);
return;
} catch (e) {
warn('The worker has been disabled.')
warn('The worker has been disabled.');
}
}
// Either workers are disabled, not supported or have thrown an exception.