indentation fix

This commit is contained in:
Andreas Gal 2011-06-21 14:42:41 -04:00
parent bc760ed799
commit ca75b31e84

2
pdf.js
View File

@ -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);