diff options
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 | 11 |
1 files changed, 9 insertions, 2 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 3edd9214..d371193f 100755 --- a/js/components/tools-properties/oval-properties.reel/oval-properties.js +++ b/js/components/tools-properties/oval-properties.reel/oval-properties.js | |||
@@ -8,8 +8,15 @@ var Montage = require("montage/core/core").Montage, | |||
8 | ToolProperties = require("js/components/tools-properties/tool-properties").ToolProperties; | 8 | ToolProperties = require("js/components/tools-properties/tool-properties").ToolProperties; |
9 | 9 | ||
10 | exports.OvalProperties = Montage.create(ToolProperties, { | 10 | exports.OvalProperties = Montage.create(ToolProperties, { |
11 | base: { value: null }, | 11 | base: { |
12 | innerRadius: { value: null }, | 12 | value: null, |
13 | serializable: true | ||
14 | }, | ||
15 | |||
16 | innerRadius: { | ||
17 | value: null, | ||
18 | serializable: true | ||
19 | }, | ||
13 | 20 | ||
14 | _subPrepare: { | 21 | _subPrepare: { |
15 | value: function() { | 22 | value: function() { |