]> git.parisson.com Git - pdf.js.git/commitdiff
Fix the merge
authorYury Delendik <ydelendik@mozilla.com>
Thu, 5 Apr 2012 15:12:48 +0000 (10:12 -0500)
committerYury Delendik <ydelendik@mozilla.com>
Thu, 5 Apr 2012 15:12:48 +0000 (10:12 -0500)
src/obj.js

index 3baf98f2400fb66c3822cb992e539ec67f201ba8..200b40a7f9823cb2d30af5958fd31be276f4884b 100644 (file)
@@ -697,7 +697,7 @@ var XRef = (function XRefClosure() {
       return e;
     },
     getCatalogObj: function XRef_getCatalogObj() {
-      return this.this.root;
+      return this.root;
     }
   };