mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[all] Fix tests
This commit is contained in:
@ -61,6 +61,9 @@ const AscTest = window.AscTest || {};
|
||||
TurnOff : function(){},
|
||||
TurnOn : function(){},
|
||||
init : function () {},
|
||||
IsOn : function() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
AscCommon.g_oIdCounter.m_bLoad = false;
|
||||
|
||||
@ -71,7 +71,11 @@ var AscTest = AscTest || {};
|
||||
return this.Get_ById(id);
|
||||
},
|
||||
TurnOff : function(){},
|
||||
TurnOn : function(){}
|
||||
TurnOn : function(){},
|
||||
IsOn : function()
|
||||
{
|
||||
return true
|
||||
}
|
||||
};
|
||||
|
||||
AscCommon.g_oIdCounter.m_bLoad = false;
|
||||
|
||||
Reference in New Issue
Block a user