mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 17:18:07 +02:00
fix typo
This commit is contained in:
parent
d1809be1ec
commit
6c31e56448
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue