From: Yury Delendik Date: Thu, 5 Apr 2012 15:12:48 +0000 (-0500) Subject: Fix the merge X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8ee1f96b1918cf95dd636651bab6e7f6bf3a01df;p=pdf.js.git Fix the merge --- diff --git a/src/obj.js b/src/obj.js index 3baf98f..200b40a 100644 --- a/src/obj.js +++ b/src/obj.js @@ -697,7 +697,7 @@ var XRef = (function XRefClosure() { return e; }, getCatalogObj: function XRef_getCatalogObj() { - return this.this.root; + return this.root; } };