From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- .../tools-properties/shape-properties.reel/shape-properties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.js') diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.js b/js/components/tools-properties/shape-properties.reel/shape-properties.js index f812f1bf..d10d2870 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.js +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.js @@ -206,7 +206,7 @@ var ShapeProperties = exports.ShapeProperties = Montage.create(ToolProperties, { this._fillColorCtrlContainer.style["display"] = "none"; this._fillColorCtrlContainer.visible = false; this._fillColorCtrlIcon.style["display"] = "none"; - this._fillColorCtrlIcon.visible = false; + this._fillColorCtrlIcon.visible = false; this.endDivider.style["display"] = "none"; } else { this._fillColorCtrlContainer.style["display"] = ""; -- cgit v1.2.3