Commit de3f881b authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander.Trofimov

added stripped method for calling 'SpellCheck_CallBack' callback from offline editor.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47490 954022d7-b5bf-4e40-9824-e11837661b57
parent aad0b508
...@@ -6246,6 +6246,12 @@ function spellCheck (editor, rdata) { ...@@ -6246,6 +6246,12 @@ function spellCheck (editor, rdata) {
} }
} }
function _onSpellCheck_Callback2 (response)
{
var incomeObject = JSON.parse(response);
editor.SpellCheck_CallBack(incomeObject);
}
/*function spellCheck (editor, fCallback, rdata){ /*function spellCheck (editor, fCallback, rdata){
asc_ajax({ asc_ajax({
type: 'POST', type: 'POST',
......
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