()
| 404 | } |
| 405 | |
| 406 | onExitDOM() { |
| 407 | this.initialsContainer && ResizeHandler.deregister(this.initialsContainer, |
| 408 | this._handleResizeBound); |
| 409 | |
| 410 | this._detachImageEventHandlers(); |
| 411 | } |
| 412 | |
| 413 | handleResize() { |
| 414 | if (this.initials && !this.icon) { |
nothing calls this directly
no test coverage detected