Commit 6aba1deb authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

getChartSpace2 -> getChartSpace

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57123 954022d7-b5bf-4e40-9824-e11837661b57
parent 07b14c53
...@@ -2640,7 +2640,7 @@ DrawingObjectsController.prototype = ...@@ -2640,7 +2640,7 @@ DrawingObjectsController.prototype =
return null; return null;
}, },
getChartSpace2: function(worksheet, options) getChartSpace: function(worksheet, options)
{ {
var chartSeries = getChartSeries(worksheet, options); var chartSeries = getChartSeries(worksheet, options);
return this._getChartSpace(chartSeries, options); return this._getChartSpace(chartSeries, options);
......
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