This commit is contained in:
Andreas Gal 2011-06-22 02:36:34 -04:00
parent afecf35ff5
commit fc0deffe0f

2
pdf.js
View File

@ -604,7 +604,7 @@ var PredictorStream = (function() {
var pixBytes = this.pixBytes;
var bufferLength = this.bufferLength;
var buffer this.ensureBuffer(bufferLength + rowBytes);
var buffer = this.ensureBuffer(bufferLength + rowBytes);
var currentRow = buffer.subarray(bufferLength, bufferLength + rowBytes);
var bits = this.bits;