MCPcopy
hub / github.com/winjs/winjs / _updateTabIndices

Method _updateTabIndices

src/js/WinJS/Controls/SplitView/_SplitView.ts:739–744  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

737
738 // _updateTabIndices and _updateTabIndicesImpl are used in tests
739 private _updateTabIndices() {
740 if (!this._updateTabIndicesThrottled) {
741 this._updateTabIndicesThrottled = _BaseUtils._throttledFunction(100, this._updateTabIndicesImpl.bind(this));
742 }
743 this._updateTabIndicesThrottled();
744 }
745 private _updateTabIndicesImpl() {
746 var tabIndex = _ElementUtilities._getHighAndLowTabIndices(this._dom.pane);
747 this._highestPaneTabIndex = tabIndex.highest;

Callers 3

constructorMethod · 0.95
_onKeyDownMethod · 0.95
ContentDialog.jsFile · 0.80

Calls 1

bindMethod · 0.65

Tested by

no test coverage detected