From 7fd0dbbc172a127398ae2867d13f1bf890f1c00a Mon Sep 17 00:00:00 2001 From: Saebekassebil Date: Tue, 3 Jan 2012 19:38:45 +0100 Subject: [PATCH] Typdoh --- src/stream.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stream.js b/src/stream.js index 5397830e2..8d3f0f5bb 100644 --- a/src/stream.js +++ b/src/stream.js @@ -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];