1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Remove initialization code that's no longer used

This commit is contained in:
Mack Duan 2013-04-04 16:37:27 -07:00
parent f3c1013f54
commit 6beb33c25b

View file

@ -127,8 +127,6 @@ var Page = (function PageClosure() {
this.pageDict = pageDict;
this.xref = xref;
this.ref = ref;
this.displayReadyPromise = null;
}
Page.prototype = {