Commit a8e7fe36 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

spellchecker disconnect

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63465 954022d7-b5bf-4e40-9824-e11837661b57
parent 0a4886d0
...@@ -2727,7 +2727,7 @@ asc_docs_api.prototype.sync_StartAction = function(type, id){ ...@@ -2727,7 +2727,7 @@ asc_docs_api.prototype.sync_StartAction = function(type, id){
//console.log("asc_onStartAction: type = " + type + " id = " + id); //console.log("asc_onStartAction: type = " + type + " id = " + id);
if (c_oAscAsyncActionType.BlockInteraction == type) if (c_oAscAsyncActionType.BlockInteraction == type)
this.asc_IncrementCounterLongAction(this.IsLongActionCurrent); this.asc_IncrementCounterLongAction();
}; };
asc_docs_api.prototype.sync_EndAction = function(type, id){ asc_docs_api.prototype.sync_EndAction = function(type, id){
//this.AsyncAction //this.AsyncAction
...@@ -7795,6 +7795,11 @@ function CSpellCheckApi_desktop() ...@@ -7795,6 +7795,11 @@ function CSpellCheckApi_desktop()
{ {
SpellCheck_CallBack(spellData); SpellCheck_CallBack(spellData);
}; };
this.disconnect = function()
{
// none
};
} }
window["AscDesktopEditor_Save"] = function() window["AscDesktopEditor_Save"] = function()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment