Commit e753a004 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Version: 1.1 (build:829) from svn rev: HEAD

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47377 954022d7-b5bf-4e40-9824-e11837661b57
parent fcdbc9fb
...@@ -205,6 +205,9 @@ prop:asc_coAuthoringChatSendMessage ...@@ -205,6 +205,9 @@ prop:asc_coAuthoringChatSendMessage
prop:asc_coAuthoringChatGetMessages prop:asc_coAuthoringChatGetMessages
prop:asc_coAuthoringGetUsers prop:asc_coAuthoringGetUsers
prop:asc_coAuthoringDisconnect prop:asc_coAuthoringDisconnect
prop:_coSpellCheckInit
prop:_coSpellCheckSetServerUrl
prop:_spellCheckInitCallback
prop:get_TextProps prop:get_TextProps
prop:GetJSONLogicDocument prop:GetJSONLogicDocument
prop:get_ContentCount prop:get_ContentCount
...@@ -1175,6 +1178,9 @@ asc_docs_api.prototype['asc_coAuthoringChatSendMessage'] = asc_docs_api.prototyp ...@@ -1175,6 +1178,9 @@ asc_docs_api.prototype['asc_coAuthoringChatSendMessage'] = asc_docs_api.prototyp
asc_docs_api.prototype['asc_coAuthoringChatGetMessages'] = asc_docs_api.prototype.asc_coAuthoringChatGetMessages; asc_docs_api.prototype['asc_coAuthoringChatGetMessages'] = asc_docs_api.prototype.asc_coAuthoringChatGetMessages;
asc_docs_api.prototype['asc_coAuthoringGetUsers'] = asc_docs_api.prototype.asc_coAuthoringGetUsers; asc_docs_api.prototype['asc_coAuthoringGetUsers'] = asc_docs_api.prototype.asc_coAuthoringGetUsers;
asc_docs_api.prototype['asc_coAuthoringDisconnect'] = asc_docs_api.prototype.asc_coAuthoringDisconnect; asc_docs_api.prototype['asc_coAuthoringDisconnect'] = asc_docs_api.prototype.asc_coAuthoringDisconnect;
asc_docs_api.prototype['_coSpellCheckInit'] = asc_docs_api.prototype._coSpellCheckInit;
asc_docs_api.prototype['_coSpellCheckSetServerUrl'] = asc_docs_api.prototype._coSpellCheckSetServerUrl;
asc_docs_api.prototype['_spellCheckInitCallback'] = asc_docs_api.prototype._spellCheckInitCallback;
asc_docs_api.prototype['get_TextProps'] = asc_docs_api.prototype.get_TextProps; asc_docs_api.prototype['get_TextProps'] = asc_docs_api.prototype.get_TextProps;
asc_docs_api.prototype['GetJSONLogicDocument'] = asc_docs_api.prototype.GetJSONLogicDocument; asc_docs_api.prototype['GetJSONLogicDocument'] = asc_docs_api.prototype.GetJSONLogicDocument;
asc_docs_api.prototype['get_ContentCount'] = asc_docs_api.prototype.get_ContentCount; asc_docs_api.prototype['get_ContentCount'] = asc_docs_api.prototype.get_ContentCount;
......
This diff is collapsed.
This diff is collapsed.
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