Commit d6b4f1ca authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused variable t

parent 135c2152
...@@ -5358,8 +5358,6 @@ RangeDataManager.prototype = { ...@@ -5358,8 +5358,6 @@ RangeDataManager.prototype = {
}; };
sparklineGroup.prototype.set = function (val) { sparklineGroup.prototype.set = function (val) {
var t = this;
var getColor = function (color) { var getColor = function (color) {
return color instanceof Asc.asc_CColor ? CorrectAscColor(color) : color ? color.clone(): color; return color instanceof Asc.asc_CColor ? CorrectAscColor(color) : color ? color.clone(): color;
}; };
......
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