diff options
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 | 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() { |