Lint
This commit is contained in:
parent
fcbe4f13d1
commit
de33e44b09
@ -199,7 +199,7 @@ var PDFImage = (function pdfImage() {
|
|||||||
var length = width * height * 4;
|
var length = width * height * 4;
|
||||||
|
|
||||||
// Is there a one-to-one correspondence between pixels in the loop below?
|
// 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)');
|
error('Number of image pixels mismatch (RGB)');
|
||||||
|
|
||||||
for (var i = 0; i < length; i += 4) {
|
for (var i = 0; i < length; i += 4) {
|
||||||
|
Loading…
Reference in New Issue
Block a user