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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48815 954022d7-b5bf-4e40-9824-e11837661b57
parent 8bc64a7e
...@@ -998,6 +998,8 @@ prop:get_fill ...@@ -998,6 +998,8 @@ prop:get_fill
prop:put_fill prop:put_fill
prop:get_stroke prop:get_stroke
prop:put_stroke prop:put_stroke
prop:get_paddings
prop:put_paddings
--- ---
var:CreateAscShapeProp var:CreateAscShapeProp
--- ---
...@@ -1944,6 +1946,8 @@ CAscShapeProp.prototype['get_fill'] = CAscShapeProp.prototype.get_fill; ...@@ -1944,6 +1946,8 @@ CAscShapeProp.prototype['get_fill'] = CAscShapeProp.prototype.get_fill;
CAscShapeProp.prototype['put_fill'] = CAscShapeProp.prototype.put_fill; CAscShapeProp.prototype['put_fill'] = CAscShapeProp.prototype.put_fill;
CAscShapeProp.prototype['get_stroke'] = CAscShapeProp.prototype.get_stroke; CAscShapeProp.prototype['get_stroke'] = CAscShapeProp.prototype.get_stroke;
CAscShapeProp.prototype['put_stroke'] = CAscShapeProp.prototype.put_stroke; CAscShapeProp.prototype['put_stroke'] = CAscShapeProp.prototype.put_stroke;
CAscShapeProp.prototype['get_paddings'] = CAscShapeProp.prototype.get_paddings;
CAscShapeProp.prototype['put_paddings'] = CAscShapeProp.prototype.put_paddings;
window['CreateAscShapeProp'] = CreateAscShapeProp; window['CreateAscShapeProp'] = CreateAscShapeProp;
window['CreateAscShapePropFromProp'] = CreateAscShapePropFromProp; window['CreateAscShapePropFromProp'] = CreateAscShapePropFromProp;
window['CorrectShapeProp'] = CorrectShapeProp; window['CorrectShapeProp'] = CorrectShapeProp;
......
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