()
| 439 | } |
| 440 | |
| 441 | onExitDOM() { |
| 442 | ResizeHandler.deregister(this._getHeader(), this._handleResizeBound); |
| 443 | } |
| 444 | |
| 445 | _handleResize() { |
| 446 | if (this.responsivePopover && this.responsivePopover.open) { |
nothing calls this directly
no test coverage detected