mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +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
|
@ -391,7 +391,7 @@ function compileType3Glyph(imgData) {
|
|||
var o = outlines[i];
|
||||
c.moveTo(o[0], o[1]);
|
||||
for (var j = 2, jj = o.length; j < jj; j += 2) {
|
||||
c.lineTo(o[j], o[j+1]);
|
||||
c.lineTo(o[j], o[j + 1]);
|
||||
}
|
||||
}
|
||||
c.fill();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue