diff options
author | John Mayhew | 2012-05-09 18:07:32 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-09 18:07:32 -0700 |
commit | 18370abcf406c6ab36d5c5f2613cb79e756ff6d2 (patch) | |
tree | 7c1c75a974dc593f73149770f94c8d746eb4926f /js/components/tools-properties/shape-properties.reel/shape-properties.js | |
parent | 7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a (diff) | |
download | ninja-18370abcf406c6ab36d5c5f2613cb79e756ff6d2.tar.gz |
-Consolidated many redundant css classes used in the tool options bars
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.js')
-rwxr-xr-x | js/components/tools-properties/shape-properties.reel/shape-properties.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 74875544..23158493 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.js +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.js | |||
@@ -16,7 +16,6 @@ var ShapeProperties = exports.ShapeProperties = Montage.create(ToolProperties, { | |||
16 | _fill: { | 16 | _fill: { |
17 | enumerable: false, | 17 | enumerable: false, |
18 | value: { colorMode: 'rgb', color: { r: 255, g: 255, b: 255, a: 1, css: 'rgb(255,255,255)', mode: 'rgb', wasSetByCode: true, type: 'change' }, webGlColor: [1, 1, 1, 1] } | 18 | value: { colorMode: 'rgb', color: { r: 255, g: 255, b: 255, a: 1, css: 'rgb(255,255,255)', mode: 'rgb', wasSetByCode: true, type: 'change' }, webGlColor: [1, 1, 1, 1] } |
19 | //this._fillColorCtrl.color('nocolor', null); | ||
20 | }, | 19 | }, |
21 | 20 | ||
22 | _stroke: { | 21 | _stroke: { |