1
0
Fork 0
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:
Jonas Jenwald 2016-12-10 21:10:29 +01:00
parent ad915f8af1
commit 6606540fe4
2 changed files with 3 additions and 3 deletions

View file

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