From 6beb33c25b85c6864e9e9b69c7ed6813057fbedc Mon Sep 17 00:00:00 2001 From: Mack Duan Date: Thu, 4 Apr 2013 16:37:27 -0700 Subject: [PATCH] Remove initialization code that's no longer used --- src/core.js | 2 -- 1 file changed, 2 deletions(-) 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 = {