Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict garbage
This commit is contained in:
parent
9a36184dfa
commit
31f081ae17
7 changed files with 93 additions and 18 deletions
|
@ -1744,7 +1744,7 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
|
|||
this.str = str;
|
||||
this.dict = str.dict;
|
||||
|
||||
params = params || new Dict();
|
||||
params = params || Dict.empty;
|
||||
|
||||
this.encoding = params.get('K') || 0;
|
||||
this.eoline = params.get('EndOfLine') || false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue