mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Lint
This commit is contained in:
parent
fcbe4f13d1
commit
de33e44b09
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ var PDFImage = (function pdfImage() {
|
|||
var length = width * height * 4;
|
||||
|
||||
// Is there a one-to-one correspondence between pixels in the loop below?
|
||||
if (length !== 4*comps.length/3)
|
||||
if (length !== 4 * comps.length / 3)
|
||||
error('Number of image pixels mismatch (RGB)');
|
||||
|
||||
for (var i = 0; i < length; i += 4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue