diff options
Diffstat (limited to 'js/models/shape-model.js')
-rw-r--r-- | js/models/shape-model.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/models/shape-model.js b/js/models/shape-model.js index 1175538f..58a88fd0 100644 --- a/js/models/shape-model.js +++ b/js/models/shape-model.js | |||
@@ -18,14 +18,12 @@ exports.ShapeModel = Montage.create(Component, { | |||
18 | strokeSize: { value: null }, | 18 | strokeSize: { value: null }, |
19 | stroke: { value: null }, | 19 | stroke: { value: null }, |
20 | strokeMaterial: { value: null }, | 20 | strokeMaterial: { value: null }, |
21 | strokeMaterialIndex: { value: null }, | ||
22 | strokeStyle: { value: null }, | 21 | strokeStyle: { value: null }, |
23 | strokeStyleIndex: { value: null }, | 22 | strokeStyleIndex: { value: null }, |
24 | border: { value: null }, // Store css value for ColorController | 23 | border: { value: null }, // Store css value for ColorController |
25 | 24 | ||
26 | fill: { value: null }, | 25 | fill: { value: null }, |
27 | fillMaterial: { value: null }, | 26 | fillMaterial: { value: null }, |
28 | fillMaterialIndex: { value: null }, | ||
29 | background: { value: null }, // Store css value for ColorController | 27 | background: { value: null }, // Store css value for ColorController |
30 | 28 | ||
31 | // Line-specific | 29 | // Line-specific |