From 6c31e56448108e551f0e3b4f3cc95f1e8c59acb8 Mon Sep 17 00:00:00 2001 From: Andreas Gal 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;