diff --git a/src/color/GradientColor.js b/src/color/GradientColor.js index 8b61ed92..6cf6f1bf 100644 --- a/src/color/GradientColor.js +++ b/src/color/GradientColor.js @@ -26,7 +26,7 @@ var GradientColor = this.GradientColor = Color.extend({ }, clone: function() { - return new GradientColor(thisgradient, this._origin, this._destination, + return new GradientColor(this.gradient, this._origin, this._destination, this._hilite); },