This commit is contained in:
Andreas Gal 2011-06-22 02:36:34 -04:00
parent d1809be1ec
commit 6c31e56448

2
pdf.js
View File

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