mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix errors reported by the func-call-spacing
ESLint rule
http://eslint.org/docs/rules/func-call-spacing
This commit is contained in:
parent
ad915f8af1
commit
6606540fe4
2 changed files with 3 additions and 3 deletions
2
external/umdutils/verifier.js
vendored
2
external/umdutils/verifier.js
vendored
|
@ -210,7 +210,7 @@ function readDependencies(rootPaths) {
|
|||
}
|
||||
});
|
||||
if (discovered.length === 0) {
|
||||
throw new Error ('Some circular references exist: somewhere at ' +
|
||||
throw new Error('Some circular references exist: somewhere at ' +
|
||||
left.join(','));
|
||||
}
|
||||
discovered.sort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue