aboutsummaryrefslogtreecommitdiff
path: root/js/models
diff options
context:
space:
mode:
authorhwc4872012-02-07 14:42:51 -0800
committerhwc4872012-02-07 14:42:51 -0800
commit6173fe8440152b1e4c63834a6b4dc7573d532339 (patch)
treed23449204ae7f23cb9bab09836d126e90c30484b /js/models
parent2d4da18a778471b02e188ad668752e331ee76127 (diff)
parentaec849d91e4b697d496b9ede28b5d89cf2283781 (diff)
downloadninja-6173fe8440152b1e4c63834a6b4dc7573d532339.tar.gz
Merge branch 'ToolFixes' of github.com:mqg734/ninja-internal into working
Conflicts: js/helper-classes/RDGE/GLRectangle.js js/helper-classes/RDGE/GLWorld.js js/helper-classes/RDGE/MaterialsLibrary.js
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