1
0
Fork 0
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:
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;
},
getCatalogObj: function XRef_getCatalogObj() {
return this.this.root;
return this.root;
}
};