Merge pull request #15473 from nmtigor/fix_bugs_9
Fix commFunc typo in the SandboxSupportBase.destroy method
This commit is contained in:
commit
09b54a8c9e
@ -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…
x
Reference in New Issue
Block a user