mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix the merge
This commit is contained in:
parent
cea388201d
commit
8ee1f96b19
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ var XRef = (function XRefClosure() {
|
|||
return e;
|
||||
},
|
||||
getCatalogObj: function XRef_getCatalogObj() {
|
||||
return this.this.root;
|
||||
return this.root;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue