From fc0deffe0f5b81cc4df5918b0c5710b0bfa06afe Mon Sep 17 00:00:00 2001 From: Andreas Gal <andreas.gal@gmail.com> Date: Wed, 22 Jun 2011 02:36:34 -0400 Subject: [PATCH] fix typo --- pdf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf.js b/pdf.js index abe58ce5a..dc0f70188 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;