mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +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;
|
return e;
|
||||||
},
|
},
|
||||||
getCatalogObj: function XRef_getCatalogObj() {
|
getCatalogObj: function XRef_getCatalogObj() {
|
||||||
return this.this.root;
|
return this.root;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue