Commit f8714fb9 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Apply_OtherChanges -> Apply_Changes

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62984 954022d7-b5bf-4e40-9824-e11837661b57
parent 7e3d2ff3
......@@ -7512,7 +7512,7 @@ asc_docs_api.prototype.asc_showRevision = function (newObj) {
} else if (this.VersionHistory.currentChangeId < newObj.currentChangeId) {
// Нужно только добавить некоторые изменения
editor.VersionHistory.applyChanges(editor);
CollaborativeEditing.Apply_OtherChanges();
CollaborativeEditing.Apply_Changes();
}
};
asc_docs_api.prototype.asc_undoAllChanges = 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