fix typo
This commit is contained in:
parent
d1809be1ec
commit
6c31e56448
2
pdf.js
2
pdf.js
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user