1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 17:18:07 +02:00

indentation fix

This commit is contained in:
Andreas Gal 2011-06-21 14:42:41 -04:00
parent 833f785187
commit bad69c984c

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