mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Lint syntax fixes.
This commit is contained in:
parent
0fbbc5a840
commit
080ab94a0d
2 changed files with 4 additions and 2 deletions
|
@ -255,7 +255,8 @@ var JpxImage = (function JpxImageClosure() {
|
|||
cod.resetContextProbabilities ||
|
||||
cod.terminationOnEachCodingPass ||
|
||||
cod.verticalyStripe || cod.predictableTermination)
|
||||
throw 'Unsupported COD options: ' + globalScope.JSON.stringify(cod);
|
||||
throw 'Unsupported COD options: ' +
|
||||
globalScope.JSON.stringify(cod);
|
||||
|
||||
if (context.mainHeader)
|
||||
context.COD = cod;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue