1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
This commit is contained in:
sbarman 2011-07-07 11:48:34 -07:00
parent f34308efd3
commit 15a50e4237

1
pdf.js
View file

@ -4655,7 +4655,6 @@ var SeparationCS = (function() {
var base = this.base;
var length = 3 * input.length;
var rgbBuf = new Uint8Array(length);
var pos = 0;
var numComps = base.numComps;