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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48851 954022d7-b5bf-4e40-9824-e11837661b57
parent 07c2f351
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
/* /*
var:asc_docs_api var:asc_docs_api
prop:_coAuthoringInit prop:_coAuthoringInit
prop:pre_Save
prop:sync_CollaborativeChanges
prop:_coAuthoringInitCallBack prop:_coAuthoringInitCallBack
prop:_coAuthoringSetServerUrl prop:_coAuthoringSetServerUrl
prop:asc_coAuthoringDisconnect prop:asc_coAuthoringDisconnect
...@@ -269,6 +271,7 @@ prop:get_PresentationHeight ...@@ -269,6 +271,7 @@ prop:get_PresentationHeight
prop:SendOpenProgress prop:SendOpenProgress
prop:sync_SendProgress prop:sync_SendProgress
prop:pre_Paste prop:pre_Paste
prop:pre_SaveCallback
prop:initEvents2MobileAdvances prop:initEvents2MobileAdvances
prop:ViewScrollToX prop:ViewScrollToX
prop:ViewScrollToY prop:ViewScrollToY
...@@ -865,6 +868,8 @@ prop:get_Type ...@@ -865,6 +868,8 @@ prop:get_Type
*/ */
window['asc_docs_api'] = asc_docs_api; window['asc_docs_api'] = asc_docs_api;
asc_docs_api.prototype['_coAuthoringInit'] = asc_docs_api.prototype._coAuthoringInit; asc_docs_api.prototype['_coAuthoringInit'] = asc_docs_api.prototype._coAuthoringInit;
asc_docs_api.prototype['pre_Save'] = asc_docs_api.prototype.pre_Save;
asc_docs_api.prototype['sync_CollaborativeChanges'] = asc_docs_api.prototype.sync_CollaborativeChanges;
asc_docs_api.prototype['_coAuthoringInitCallBack'] = asc_docs_api.prototype._coAuthoringInitCallBack; asc_docs_api.prototype['_coAuthoringInitCallBack'] = asc_docs_api.prototype._coAuthoringInitCallBack;
asc_docs_api.prototype['_coAuthoringSetServerUrl'] = asc_docs_api.prototype._coAuthoringSetServerUrl; asc_docs_api.prototype['_coAuthoringSetServerUrl'] = asc_docs_api.prototype._coAuthoringSetServerUrl;
asc_docs_api.prototype['asc_coAuthoringDisconnect'] = asc_docs_api.prototype.asc_coAuthoringDisconnect; asc_docs_api.prototype['asc_coAuthoringDisconnect'] = asc_docs_api.prototype.asc_coAuthoringDisconnect;
...@@ -1130,6 +1135,7 @@ asc_docs_api.prototype['get_PresentationHeight'] = asc_docs_api.prototype.get_Pr ...@@ -1130,6 +1135,7 @@ asc_docs_api.prototype['get_PresentationHeight'] = asc_docs_api.prototype.get_Pr
asc_docs_api.prototype['SendOpenProgress'] = asc_docs_api.prototype.SendOpenProgress; asc_docs_api.prototype['SendOpenProgress'] = asc_docs_api.prototype.SendOpenProgress;
asc_docs_api.prototype['sync_SendProgress'] = asc_docs_api.prototype.sync_SendProgress; asc_docs_api.prototype['sync_SendProgress'] = asc_docs_api.prototype.sync_SendProgress;
asc_docs_api.prototype['pre_Paste'] = asc_docs_api.prototype.pre_Paste; asc_docs_api.prototype['pre_Paste'] = asc_docs_api.prototype.pre_Paste;
asc_docs_api.prototype['pre_SaveCallback'] = asc_docs_api.prototype.pre_SaveCallback;
asc_docs_api.prototype['initEvents2MobileAdvances'] = asc_docs_api.prototype.initEvents2MobileAdvances; asc_docs_api.prototype['initEvents2MobileAdvances'] = asc_docs_api.prototype.initEvents2MobileAdvances;
asc_docs_api.prototype['ViewScrollToX'] = asc_docs_api.prototype.ViewScrollToX; asc_docs_api.prototype['ViewScrollToX'] = asc_docs_api.prototype.ViewScrollToX;
asc_docs_api.prototype['ViewScrollToY'] = asc_docs_api.prototype.ViewScrollToY; asc_docs_api.prototype['ViewScrollToY'] = asc_docs_api.prototype.ViewScrollToY;
......
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