From c71127ead4c711e34531b88547d410b4310e5173 Mon Sep 17 00:00:00 2001 From: kener Date: Fri, 29 Aug 2014 17:16:12 +0800 Subject: [PATCH] fixed #600 --- src/component/toolbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/toolbox.js b/src/component/toolbox.js index 56befbc487..7b6c7d50ae 100644 --- a/src/component/toolbox.js +++ b/src/component/toolbox.js @@ -35,7 +35,7 @@ define(function (require) { this.dom = myChart.dom; this._magicType = {}; - //this._magicMap; + this._magicMap = {}; this._isSilence = false; this._iconList;