()
| 24597 | return reasonForUpdatingOrNot |
| 24598 | } |
| 24599 | _updateHtml() { |
| 24600 | const stumpParticleToMountOn = this._htmlStumpParticle.parent |
| 24601 | const currentIndex = this._htmlStumpParticle.index |
| 24602 | this._removeHtml() |
| 24603 | this._mountHtml(stumpParticleToMountOn, this._toLoadedOrLoadingStumpCode(), currentIndex) |
| 24604 | } |
| 24605 | unmountAndDestroy() { |
| 24606 | this.unmount() |
| 24607 | return this.destroy() |
no test coverage detected