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

Version: 1.1 (build:1195) from svn rev: 50682

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50685 954022d7-b5bf-4e40-9824-e11837661b57
parent 6ef22f97
......@@ -402,6 +402,7 @@ prop:asc_addChartDrawingObject
prop:asc_editChartDrawingObject
prop:asc_getChartPreviews
prop:sync_closeChartEditor
prop:_StartTracking
prop:sync_ContextMenuCallback
---
var:CChatMessage
......@@ -448,6 +449,8 @@ var:getURLParameter
---
var:sendCommand
---
var:sendTrack
---
var:_downloadAs
---
var:_getFullImageSrc
......@@ -1537,6 +1540,7 @@ asc_docs_api.prototype['asc_addChartDrawingObject'] = asc_docs_api.prototype.asc
asc_docs_api.prototype['asc_editChartDrawingObject'] = asc_docs_api.prototype.asc_editChartDrawingObject;
asc_docs_api.prototype['asc_getChartPreviews'] = asc_docs_api.prototype.asc_getChartPreviews;
asc_docs_api.prototype['sync_closeChartEditor'] = asc_docs_api.prototype.sync_closeChartEditor;
asc_docs_api.prototype['_StartTracking'] = asc_docs_api.prototype._StartTracking;
asc_docs_api.prototype['sync_ContextMenuCallback'] = asc_docs_api.prototype.sync_ContextMenuCallback;
window['CChatMessage'] = CChatMessage;
CChatMessage.prototype['get_UserId'] = CChatMessage.prototype.get_UserId;
......@@ -1576,6 +1580,7 @@ CContextMenuData.prototype['get_X'] = CContextMenuData.prototype.get_X;
CContextMenuData.prototype['get_Y'] = CContextMenuData.prototype.get_Y;
window['getURLParameter'] = getURLParameter;
window['sendCommand'] = sendCommand;
window['sendTrack'] = sendTrack;
window['_downloadAs'] = _downloadAs;
window['_getFullImageSrc'] = _getFullImageSrc;
window['_mapAscServerErrorToAscError'] = _mapAscServerErrorToAscError;
......
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