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

Version: 1.1 (build:1204) from svn rev: 50826

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50827 954022d7-b5bf-4e40-9824-e11837661b57
parent 5893bc99
......@@ -250,6 +250,8 @@ prop:sync_GetDocInfoStopCallback
prop:sync_GetDocInfoEndCallback
prop:sync_CanUndoCallback
prop:sync_CanRedoCallback
prop:setStartPointHistory
prop:setEndPointHistory
prop:sync_CursorLockCallBack
prop:sync_PrintCallBack
prop:sync_UndoCallBack
......@@ -1328,6 +1330,8 @@ asc_docs_api.prototype['sync_GetDocInfoStopCallback'] = asc_docs_api.prototype.s
asc_docs_api.prototype['sync_GetDocInfoEndCallback'] = asc_docs_api.prototype.sync_GetDocInfoEndCallback;
asc_docs_api.prototype['sync_CanUndoCallback'] = asc_docs_api.prototype.sync_CanUndoCallback;
asc_docs_api.prototype['sync_CanRedoCallback'] = asc_docs_api.prototype.sync_CanRedoCallback;
asc_docs_api.prototype['setStartPointHistory'] = asc_docs_api.prototype.setStartPointHistory;
asc_docs_api.prototype['setEndPointHistory'] = asc_docs_api.prototype.setEndPointHistory;
asc_docs_api.prototype['sync_CursorLockCallBack'] = asc_docs_api.prototype.sync_CursorLockCallBack;
asc_docs_api.prototype['sync_PrintCallBack'] = asc_docs_api.prototype.sync_PrintCallBack;
asc_docs_api.prototype['sync_UndoCallBack'] = asc_docs_api.prototype.sync_UndoCallBack;
......
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