]> git.parisson.com Git - pdf.js.git/commitdiff
fix typo
authorAndreas Gal <andreas.gal@gmail.com>
Wed, 22 Jun 2011 06:36:34 +0000 (02:36 -0400)
committerAndreas Gal <andreas.gal@gmail.com>
Wed, 22 Jun 2011 06:36:34 +0000 (02:36 -0400)
pdf.js

diff --git a/pdf.js b/pdf.js
index abe58ce5a2ff55b082cca8810b6b4b4f91cb1046..dc0f7018885c06d402e1b4c4b23f102ae558032b 100644 (file)
--- 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;