aboutsummaryrefslogtreecommitdiff
path: root/js/models
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-07 10:58:14 -0800
committerNivesh Rajbhandari2012-02-07 10:58:14 -0800
commit486842239c71e7964f38a09aacda4970f2a82e1a (patch)
tree20a6688d296b1ef09bf32add9dfdef586bfe4207 /js/models
parent789eaf5a92c903f27462c69a8890fbec695ab14e (diff)
downloadninja-486842239c71e7964f38a09aacda4970f2a82e1a.tar.gz
Updated tools and PI to get/set materials by binding to appModel's materials property. This requires us to add FlatMaterial to the list of materials in the MaterialsLibrary.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/models')
-rw-r--r--js/models/shape-model.js2
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