Commit 87d03798 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправил ошибку в названии события.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66446 954022d7-b5bf-4e40-9824-e11837661b57
parent 363dce6a
......@@ -231,5 +231,5 @@ baseEditorsApi.prototype.asc_isOffline = function() {
};
baseEditorsApi.prototype.sync_TryUndoInFastCollaborative = function()
{
this.sendEvent("OnTryUndoInFastCollaborative");
this.sendEvent("asc_OnTryUndoInFastCollaborative");
};
\ No newline at end of file
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