Browse Source

Fix the merge

Yury Delendik 13 years ago
parent
commit
8ee1f96b19
  1. 2
      src/obj.js

2
src/obj.js

@ -697,7 +697,7 @@ var XRef = (function XRefClosure() { @@ -697,7 +697,7 @@ var XRef = (function XRefClosure() {
return e;
},
getCatalogObj: function XRef_getCatalogObj() {
return this.this.root;
return this.root;
}
};

Loading…
Cancel
Save