mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Style nits.
This commit is contained in:
parent
0d370fd206
commit
176452c988
5 changed files with 6 additions and 6 deletions
|
@ -647,7 +647,7 @@ var PDFDoc = (function PDFDocClosure() {
|
|||
buf[j + 1] = data[i + 1];
|
||||
buf[j + 2] = data[i + 2];
|
||||
}
|
||||
} else if(components == 1) {
|
||||
} else if (components == 1) {
|
||||
for (var i = 0, j = 0; i < rgbaLength; i += 4, j++) {
|
||||
buf[j] = data[i];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue