mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix commFunc typo in the SandboxSupportBase.destroy method
This commit is contained in:
parent
e5fc7cf4bd
commit
d7103a4439
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class SandboxSupportBase {
|
|||
}
|
||||
|
||||
destroy() {
|
||||
this.commFunc = null;
|
||||
this.commFun = null;
|
||||
this.timeoutIds.forEach(([_, id]) => this.win.clearTimeout(id));
|
||||
this.timeoutIds = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue