diff options
author | Eric Guzman | 2012-05-17 17:09:27 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-17 17:09:27 -0700 |
commit | 82954f400f7f8609aef0d2bc1f44c9d960907be6 (patch) | |
tree | 2742812a1437f3c7f6a9151e2a786299bb538922 /js/components/tools-properties/oval-properties.reel/oval-properties.js | |
parent | 4e43fe2c97833c0847a53484c9589697e64137dc (diff) | |
parent | c37a876b373ddc7cb19277aaeaa6bb2d2d5a50ac (diff) | |
download | ninja-82954f400f7f8609aef0d2bc1f44c9d960907be6.tar.gz |
Merge branch 'refs/heads/master' into CSSPanelUpdates
Diffstat (limited to 'js/components/tools-properties/oval-properties.reel/oval-properties.js')
-rwxr-xr-x | js/components/tools-properties/oval-properties.reel/oval-properties.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/components/tools-properties/oval-properties.reel/oval-properties.js b/js/components/tools-properties/oval-properties.reel/oval-properties.js index ddeb64ee..3edd9214 100755 --- a/js/components/tools-properties/oval-properties.reel/oval-properties.js +++ b/js/components/tools-properties/oval-properties.reel/oval-properties.js | |||
@@ -24,6 +24,14 @@ exports.OvalProperties = Montage.create(ToolProperties, { | |||
24 | }, | 24 | }, |
25 | 25 | ||
26 | // Public API | 26 | // Public API |
27 | fill: { | ||
28 | get: function () { return this.base.fill; } | ||
29 | }, | ||
30 | |||
31 | stroke: { | ||
32 | get: function () { return this.base.stroke; } | ||
33 | }, | ||
34 | |||
27 | use3D: { | 35 | use3D: { |
28 | get: function() { return this.base._use3D; } | 36 | get: function() { return this.base._use3D; } |
29 | }, | 37 | }, |