diff --git a/src/pdf.sandbox.external.js b/src/pdf.sandbox.external.js index 3fda62553..3a53bebbf 100644 --- a/src/pdf.sandbox.external.js +++ b/src/pdf.sandbox.external.js @@ -29,7 +29,7 @@ class SandboxSupportBase { } destroy() { - this.commFunc = null; + this.commFun = null; this.timeoutIds.forEach(([_, id]) => this.win.clearTimeout(id)); this.timeoutIds = null; }