]> git.parisson.com Git - pdf.js.git/commitdiff
indentation fix
authorAndreas Gal <andreas.gal@gmail.com>
Tue, 21 Jun 2011 18:42:41 +0000 (14:42 -0400)
committerAndreas Gal <andreas.gal@gmail.com>
Tue, 21 Jun 2011 18:42:41 +0000 (14:42 -0400)
pdf.js

diff --git a/pdf.js b/pdf.js
index 21a131bfddf2bf9981edb5f6ae27a3924e3a7ac4..c12cb2b089c0ef70adc8d330b368808779e20846 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -1712,7 +1712,7 @@ var Page = (function() {
         },
         get resources() {
             return shadow(this, "resources", 
-                    this.pageDict.getOrInherit("Resources", this.xref));
+                          this.pageDict.getOrInherit("Resources", this.xref));
         },
         get mediaBox() {
             var obj = this.pageDict.getOrInherit("MediaBox", this.xref);