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

merge bug

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58445 954022d7-b5bf-4e40-9824-e11837661b57
parent 9a217659
...@@ -5245,8 +5245,8 @@ window["asc_docs_api"].prototype["asc_nativeApplyChanges"] = function(changes) ...@@ -5245,8 +5245,8 @@ window["asc_docs_api"].prototype["asc_nativeApplyChanges"] = function(changes)
for (var i = 0; i < _len; i++) for (var i = 0; i < _len; i++)
{ {
var Changes = new CCollaborativeChanges(); var Changes = new CCollaborativeChanges();
Changes.Set_Id( changes[i]["id"] ); Changes.Set_Id( changes[i]["Id"] );
Changes.Set_Data( changes[i]["data"] ); Changes.Set_Data( changes[i]["Data"] );
CollaborativeEditing.Add_Changes( Changes ); CollaborativeEditing.Add_Changes( Changes );
} }
CollaborativeEditing.Apply_OtherChanges(); 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