mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Remove initialization code that's no longer used
This commit is contained in:
parent
f3c1013f54
commit
6beb33c25b
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ var Page = (function PageClosure() {
|
||||||
this.pageDict = pageDict;
|
this.pageDict = pageDict;
|
||||||
this.xref = xref;
|
this.xref = xref;
|
||||||
this.ref = ref;
|
this.ref = ref;
|
||||||
|
|
||||||
this.displayReadyPromise = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Page.prototype = {
|
Page.prototype = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue