mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
Fix errors reported by the keyword-spacing
ESLint rule
http://eslint.org/docs/rules/keyword-spacing
This commit is contained in:
parent
86ba634c97
commit
c36468cbce
7 changed files with 8 additions and 8 deletions
|
@ -1766,7 +1766,7 @@ if (typeof PDFJSDev === 'undefined' || !PDFJSDev.test('MOZCENTRAL')) {
|
|||
u.pathname = 'c%20d';
|
||||
hasWorkingUrl = u.href === 'http://a/c%20d';
|
||||
}
|
||||
} catch(e) { }
|
||||
} catch (e) { }
|
||||
|
||||
if (hasWorkingUrl) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue