()
| 368 | } |
| 369 | |
| 370 | finalize() { |
| 371 | this.animationCancel(); |
| 372 | if (this.deckgl) this.deckgl.finalize(); |
| 373 | if (this.el) this.el.innerHTML = ''; |
| 374 | this._last = null; |
| 375 | this.deckgl = null; |
| 376 | this.el = null; |
| 377 | this.logger = null; |
| 378 | this.queuedAnimationOptions = null; |
| 379 | } |
| 380 | } |
nothing calls this directly
no test coverage detected