Searched refs:tabHandleDivId (Results 1 – 1 of 1) sorted by relevance
25 function TabSwitcherView(tabHandleDivId) { argument26 document.getElementById(tabHandleDivId).classList.add('tab-switcher-view');27 var tabHandleView = new DivView(tabHandleDivId);