Commit d16b0508 authored by Sergey Luzyanin's avatar Sergey Luzyanin

put_Title, put_Description

parent 3a081a9a
...@@ -1912,7 +1912,7 @@ ...@@ -1912,7 +1912,7 @@
this.oleHeight = obj.oleHeight != undefined ? obj.oleHeight : undefined; this.oleHeight = obj.oleHeight != undefined ? obj.oleHeight : undefined;
this.title = obj.title != undefined ? obj.title : undefined; this.title = obj.title != undefined ? obj.title : undefined;
this.description = obj.title != undefined ? obj.title : undefined; this.description = obj.description != undefined ? obj.description : undefined;
} else { } else {
this.CanBeFlow = true; this.CanBeFlow = true;
......
...@@ -6997,8 +6997,8 @@ background-repeat: no-repeat;\ ...@@ -6997,8 +6997,8 @@ background-repeat: no-repeat;\
CAscChartProp.prototype['asc_setStyleId'] = CAscChartProp.prototype.asc_setStyleId; CAscChartProp.prototype['asc_setStyleId'] = CAscChartProp.prototype.asc_setStyleId;
CAscChartProp.prototype['asc_setHeight'] = CAscChartProp.prototype.asc_setHeight; CAscChartProp.prototype['asc_setHeight'] = CAscChartProp.prototype.asc_setHeight;
CAscChartProp.prototype['asc_setWidth'] = CAscChartProp.prototype.asc_setWidth; CAscChartProp.prototype['asc_setWidth'] = CAscChartProp.prototype.asc_setWidth;
CAscChartProp.prototype['asc_setTitle'] = CAscChartProp.prototype.asc_setTitle; CAscChartProp.prototype['put_Title'] = CAscChartProp.prototype['asc_setTitle'] = CAscChartProp.prototype.asc_setTitle;
CAscChartProp.prototype['asc_setDescription'] = CAscChartProp.prototype.asc_setDescription; CAscChartProp.prototype['put_Description'] = CAscChartProp.prototype['asc_setDescription'] = CAscChartProp.prototype.asc_setDescription;
CAscChartProp.prototype['asc_getTitle'] = CAscChartProp.prototype.asc_getTitle; CAscChartProp.prototype['asc_getTitle'] = CAscChartProp.prototype.asc_getTitle;
CAscChartProp.prototype['asc_getDescription'] = CAscChartProp.prototype.asc_getDescription; CAscChartProp.prototype['asc_getDescription'] = CAscChartProp.prototype.asc_getDescription;
CAscChartProp.prototype['getType'] = CAscChartProp.prototype.getType; CAscChartProp.prototype['getType'] = CAscChartProp.prototype.getType;
......
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