()
| 92285 | if (events) this.on(events); |
| 92286 | } |
| 92287 | getElement() { |
| 92288 | return this.element; |
| 92289 | } |
| 92290 | setElement(element) { |
| 92291 | if (this.element) // unregister all events |
| 92292 | this.destroy(); |
nothing calls this directly
no outgoing calls
no test coverage detected