mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Typdoh
This commit is contained in:
parent
77e900da11
commit
7fd0dbbc17
1 changed files with 1 additions and 2 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue