aboutsummaryrefslogtreecommitdiff
path: root/js/models/shape-model.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-06 11:41:20 -0800
committerJose Antonio Marquez2012-02-06 11:41:20 -0800
commit7f77982f49c75568431ece82d53371f6335c6e39 (patch)
treee24f41706d6623dcfd00e25502b2f361d46919bf /js/models/shape-model.js
parent295d72960cad391850803e8c4e83d5133bbe82f7 (diff)
parent671a27069db6a121507c2b342653aede685cff67 (diff)
downloadninja-7f77982f49c75568431ece82d53371f6335c6e39.tar.gz
Merge branch 'refs/heads/NinjaInternal' into FileIO
Diffstat (limited to 'js/models/shape-model.js')
-rwxr-xr-xjs/models/shape-model.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/models/shape-model.js b/js/models/shape-model.js
index 9d4fff6f..b643a7b5 100755
--- a/js/models/shape-model.js
+++ b/js/models/shape-model.js
@@ -20,10 +20,12 @@ exports.ShapeModel = Montage.create(Component, {
20 strokeMaterialIndex: { value: null }, 20 strokeMaterialIndex: { value: null },
21 strokeStyle: { value: null }, 21 strokeStyle: { value: null },
22 strokeStyleIndex: { value: null }, 22 strokeStyleIndex: { value: null },
23 border: { value: null }, // Store css value for ColorController
23 24
24 fill: { value: null }, 25 fill: { value: null },
25 fillMaterial: { value: null }, 26 fillMaterial: { value: null },
26 fillMaterialIndex: { value: null }, 27 fillMaterialIndex: { value: null },
28 background: { value: null }, // Store css value for ColorController
27 29
28 // Line-specific 30 // Line-specific
29 slope: { value: null }, 31 slope: { value: null },