mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Lint: correct code style violations
Manual observations and working with other linting tools found these.
This commit is contained in:
parent
978b214c92
commit
5194e68134
13 changed files with 27 additions and 34 deletions
|
@ -2135,7 +2135,7 @@ var JpxImage = (function JpxImageClosure() {
|
|||
|
||||
// step 1 & 3
|
||||
j = offset - 2;
|
||||
current = delta * x[j -1];
|
||||
current = delta * x[j - 1];
|
||||
for (n = len + 3; n--; j += 2) {
|
||||
next = delta * x[j + 1];
|
||||
x[j] = K * x[j] - current - next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue