()
| 128 | } |
| 129 | |
| 130 | destroy () { |
| 131 | for (const model in this.modelTreemas) { this.modelTreemas[model].destroy() } |
| 132 | return super.destroy() |
| 133 | } |
| 134 | } |
| 135 | ModelModal.initClass() |
| 136 | return ModelModal |
nothing calls this directly
no outgoing calls
no test coverage detected