indentation fix
This commit is contained in:
parent
bc760ed799
commit
ca75b31e84
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…
Reference in New Issue
Block a user