Browse Source

indentation fix

Andreas Gal 14 years ago
parent
commit
ca75b31e84
  1. 2
      pdf.js

2
pdf.js

@ -1712,7 +1712,7 @@ var Page = (function() {
}, },
get resources() { get resources() {
return shadow(this, "resources", return shadow(this, "resources",
this.pageDict.getOrInherit("Resources", this.xref)); this.pageDict.getOrInherit("Resources", this.xref));
}, },
get mediaBox() { get mediaBox() {
var obj = this.pageDict.getOrInherit("MediaBox", this.xref); var obj = this.pageDict.getOrInherit("MediaBox", this.xref);

Loading…
Cancel
Save