diff --git a/src/core.js b/src/core.js index bb292c30d..e4d7897c7 100644 --- a/src/core.js +++ b/src/core.js @@ -127,8 +127,6 @@ var Page = (function PageClosure() { this.pageDict = pageDict; this.xref = xref; this.ref = ref; - - this.displayReadyPromise = null; } Page.prototype = {