+Стрелочные функции!
This commit is contained in:
@ -1304,7 +1304,7 @@ class TWin
|
||||
this.ca=document.getElementById('TWin_Ca_'+this.tWinId);
|
||||
this.setSel();
|
||||
|
||||
this.div.onmousedown=function(thiz){ return function(e){ thiz.setSel(); } }(this);
|
||||
this.div.onmousedown=(e)=>this.setSel();
|
||||
//Кнопка закрыть окно
|
||||
let obj=document.getElementById('TWin_CL_'+this.tWinId);
|
||||
if(obj!=null){
|
||||
|
||||
Reference in New Issue
Block a user