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

Испарвлена ошибка при применении цветовых схем в опенсорс версии.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54614 954022d7-b5bf-4e40-9824-e11837661b57
parent c5869af3
......@@ -44,6 +44,7 @@ function ChartStyleManager() {
_this.init = function(options) {
/** proprietary begin **/
_this.colorMap = [];
var api_doc = window["editor"];
var api_sheet = window["Asc"]["editor"];
......@@ -93,6 +94,7 @@ function ChartStyleManager() {
}
bReady = true;
/** proprietary end **/
}
_this.isReady = function() {
......@@ -148,6 +150,7 @@ function ChartPreviewManager() {
_this.init = function(options) {
/** proprietary begin **/
var startTime = new Date();
var api_doc = window["editor"];
......@@ -482,6 +485,8 @@ function ChartPreviewManager() {
}
bReady = true;
/** proprietary end **/
//var endTime = new Date();
//console.log( "ChartPreviewManager init: " + (endTime.getTime() - startTime.getTime()) );
}
......
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