]> git.parisson.com Git - pdf.js.git/commitdiff
Typdoh
authorSaebekassebil <saebekassebil@gmail.com>
Tue, 3 Jan 2012 18:38:45 +0000 (19:38 +0100)
committerSaebekassebil <saebekassebil@gmail.com>
Tue, 3 Jan 2012 18:38:45 +0000 (19:38 +0100)
src/stream.js

index 5397830e24a655c9dd43a7ef5a99a4584feab3e9..8d3f0f5bbf2de9842edf1d5057d9b16d251a701a 100644 (file)
@@ -1860,7 +1860,6 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
     function ccittFaxStreamFindTableCode(start, end, table, limit) {
 
     var limitValue = limit || 0;
-
     for (var i = start; i <= end; ++i) {
       var code = this.lookBits(i);
       if (code == EOF)
@@ -1920,7 +1919,7 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
         return p[1];
       }
     } else {
-      var result = this.findTableCode.call(1, 9, whiteTable2);
+      var result = this.findTableCode(1, 9, whiteTable2);
       if (result[0])
         return result[1];