Browse Source

Remove initialization code that's no longer used

Mack Duan 12 years ago
parent
commit
6beb33c25b
  1. 2
      src/core.js

2
src/core.js

@ -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…
Cancel
Save