После слияния с рабочей копией
This commit is contained in:
@ -5,7 +5,7 @@ class tcTab
|
||||
|
||||
this.bColor="";
|
||||
|
||||
|
||||
if(typeof config == 'undefined' || config == null) config = {};
|
||||
if(typeof config.float == 'undefined'){ config.float='left'; }
|
||||
|
||||
this.id=0;
|
||||
@ -99,7 +99,7 @@ class tcTabs
|
||||
|
||||
addTab(config)
|
||||
{
|
||||
var tab=new tcTab(config)
|
||||
let tab=new tcTab(config)
|
||||
tab.par=this
|
||||
this.btt.appendChild(tab.div);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user