Fix (most) errors reported by the no-multi-spaces ESLint rule

http://eslint.org/docs/rules/no-multi-spaces
This commit is contained in:
Jonas Jenwald 2016-12-10 14:28:27 +01:00
parent 328e7397ea
commit 3820946301
10 changed files with 17 additions and 17 deletions

View file

@ -1314,7 +1314,7 @@ var PDFWorker = (function PDFWorkerClosure() {
}
try {
sendTest();
} catch (e) {
} catch (e) {
// We need fallback to a faked worker.
this._setupFakeWorker();
}