Fix the merge

This commit is contained in:
Yury Delendik 2012-04-05 10:12:48 -05:00
parent cea388201d
commit 8ee1f96b19

View File

@ -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;
} }
}; };