diff options
author | Valerio Virgillito | 2012-06-06 00:25:27 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-06 00:25:27 -0700 |
commit | 0e1a276f19ea70009c5a649e9667861d7c346a7e (patch) | |
tree | 6db7675bbe89746ba47002bba306da42a7261312 /js/components/tools-properties/line-properties.reel | |
parent | f7e4257745ccd44b8d24555f0ef787429d6e472c (diff) | |
download | ninja-0e1a276f19ea70009c5a649e9667861d7c346a7e.tar.gz |
first iteration of adding serializable to ninja plus other changes to run the latest montage
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/line-properties.reel')
-rwxr-xr-x | js/components/tools-properties/line-properties.reel/line-properties.js | 5 |
1 files changed, 4 insertions, 1 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 ce8c0494..8c845432 100755 --- a/js/components/tools-properties/line-properties.reel/line-properties.js +++ b/js/components/tools-properties/line-properties.reel/line-properties.js | |||
@@ -9,7 +9,10 @@ var Montage = require("montage/core/core").Montage, | |||
9 | 9 | ||
10 | exports.LineProperties = Montage.create(ToolProperties, { | 10 | exports.LineProperties = Montage.create(ToolProperties, { |
11 | 11 | ||
12 | base: { value: null }, | 12 | base: { |
13 | value: null, | ||
14 | serializable: true | ||
15 | }, | ||
13 | 16 | ||
14 | _subPrepare: { | 17 | _subPrepare: { |
15 | value: function() { | 18 | value: function() { |