()
| 386 | } |
| 387 | |
| 388 | onExitDOM() { |
| 389 | this._contentItemsObserver.disconnect(); |
| 390 | this._observableContent = []; |
| 391 | ResizeHandler.deregister(this, this._onResizeBound); |
| 392 | } |
| 393 | |
| 394 | validateFocusedIndex() { |
| 395 | if (!this.isIndexInRange(this._focusedItemIndex)) { |
nothing calls this directly
no test coverage detected