После слияния с рабочей копией

This commit is contained in:
2020-07-30 16:47:51 +06:00
parent d4157589b5
commit 6e7158adc6
7 changed files with 23 additions and 16 deletions

View File

@ -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);