diff options
Diffstat (limited to 'js/components/tools-properties/brush-properties.reel')
-rwxr-xr-x | js/components/tools-properties/brush-properties.reel/brush-properties.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.js b/js/components/tools-properties/brush-properties.reel/brush-properties.js index fdcd50f8..677cd2d9 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.js +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.js | |||
@@ -36,6 +36,7 @@ exports.BrushProperties = Montage.create(ToolProperties, { | |||
36 | } | 36 | } |
37 | } | 37 | } |
38 | }, | 38 | }, |
39 | |||
39 | strokeSize: { | 40 | strokeSize: { |
40 | get: function() { return this._strokeSize; } | 41 | get: function() { return this._strokeSize; } |
41 | }, | 42 | }, |