From: Andreas Gal Date: Wed, 22 Jun 2011 06:36:34 +0000 (-0400) Subject: fix typo X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6c31e56448108e551f0e3b4f3cc95f1e8c59acb8;p=pdf.js.git fix typo --- diff --git a/pdf.js b/pdf.js index abe58ce..dc0f701 100644 --- a/pdf.js +++ b/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;