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

Version: 1.1 (build:1199) from svn rev: 50716

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50720 954022d7-b5bf-4e40-9824-e11837661b57
parent ab9427d4
...@@ -444,6 +444,7 @@ var:CContextMenuData ...@@ -444,6 +444,7 @@ var:CContextMenuData
prop:get_Type prop:get_Type
prop:get_X prop:get_X
prop:get_Y prop:get_Y
prop:get_IsSlideSelect
--- ---
var:getURLParameter var:getURLParameter
--- ---
...@@ -1578,6 +1579,7 @@ window['CContextMenuData'] = CContextMenuData; ...@@ -1578,6 +1579,7 @@ window['CContextMenuData'] = CContextMenuData;
CContextMenuData.prototype['get_Type'] = CContextMenuData.prototype.get_Type; CContextMenuData.prototype['get_Type'] = CContextMenuData.prototype.get_Type;
CContextMenuData.prototype['get_X'] = CContextMenuData.prototype.get_X; CContextMenuData.prototype['get_X'] = CContextMenuData.prototype.get_X;
CContextMenuData.prototype['get_Y'] = CContextMenuData.prototype.get_Y; CContextMenuData.prototype['get_Y'] = CContextMenuData.prototype.get_Y;
CContextMenuData.prototype['get_IsSlideSelect'] = CContextMenuData.prototype.get_IsSlideSelect;
window['getURLParameter'] = getURLParameter; window['getURLParameter'] = getURLParameter;
window['sendCommand'] = sendCommand; window['sendCommand'] = sendCommand;
window['sendTrack'] = sendTrack; window['sendTrack'] = sendTrack;
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
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