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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54843 954022d7-b5bf-4e40-9824-e11837661b57
parent c697afd5
......@@ -9661,14 +9661,7 @@ window["asc_docs_api"].prototype["asc_nativeCalculateFile"] = function()
window["asc_docs_api"].prototype["asc_nativeApplyChanges"] = function(changes)
{
var _len = changes.length;
for (var i = 0; i < _len; i++)
{
var Changes = new CCollaborativeChanges();
Changes.Set_Id( changes[i]["id"] );
Changes.Set_Data( changes[i]["data"] );
CollaborativeEditing.Add_Changes( Changes );
}
this.CoAuthoringApi.onSaveChanges(changes, false);
CollaborativeEditing.Apply_OtherChanges();
}
......
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