diff options
author | Kruti Shah | 2012-05-31 10:44:45 -0700 |
---|---|---|
committer | Kruti Shah | 2012-05-31 10:44:45 -0700 |
commit | c350cc1c060fdf17357ddadce024267943784593 (patch) | |
tree | 453f86e88f1ee1dfda6fb4b7cc7b17e306e39536 /js/components/tools-properties/line-properties.reel/line-properties.js | |
parent | fdc4f5c7f81ae3b9adeca2232e60268b4be594a2 (diff) | |
parent | 121d0e616f48aa7cd048763554089c20a1883d7a (diff) | |
download | ninja-c350cc1c060fdf17357ddadce024267943784593.tar.gz |
Merge branch 'refs/heads/TimelineUberjd' into TimelineUber
Conflicts:
js/panels/Timeline/Layer.reel/Layer.js
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/components/tools-properties/line-properties.reel/line-properties.js')
-rwxr-xr-x | js/components/tools-properties/line-properties.reel/line-properties.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/components/tools-properties/line-properties.reel/line-properties.js b/js/components/tools-properties/line-properties.reel/line-properties.js index e1ecf790..ce8c0494 100755 --- a/js/components/tools-properties/line-properties.reel/line-properties.js +++ b/js/components/tools-properties/line-properties.reel/line-properties.js | |||
@@ -24,6 +24,14 @@ exports.LineProperties = 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 | }, |