aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-04-27 14:29:01 -0700
committerJose Antonio Marquez2012-04-27 14:29:01 -0700
commit7fdeb9feac4d2da9f86646cda4548ea60e5effa9 (patch)
tree6b43b7b2375fad6804ae88287906e3b77b4539b9 /js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html
parentd988dead643ff4f9bfa417286a6b5f88be0e7c82 (diff)
parentc8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff)
downloadninja-7fdeb9feac4d2da9f86646cda4548ea60e5effa9.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Document
Diffstat (limited to 'js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html')
-rwxr-xr-xjs/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html b/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html
index 58a50a0d..990dc739 100755
--- a/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html
+++ b/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html
@@ -9,8 +9,7 @@
9 <script type="text/montage-serialization"> 9 <script type="text/montage-serialization">
10 { 10 {
11 "owner": { 11 "owner": {
12 "module" : "js/panels/properties.reel/sections/custom-rows/color-select.reel", 12 "prototype" : "js/panels/properties.reel/sections/custom-rows/color-select.reel",
13 "name" : "ColorSelect",
14 "properties" : { 13 "properties" : {
15 "element" : {"#": "section"}, 14 "element" : {"#": "section"},
16 "Stroke" : {"#": "Stroke"}, 15 "Stroke" : {"#": "Stroke"},
@@ -22,16 +21,14 @@
22 21
23 22
24 "colorChip": { 23 "colorChip": {
25 "module" : "js/components/ui/color-chip.reel", 24 "prototype" : "js/components/ui/color-chip.reel",
26 "name" : "ColorChip",
27 "properties" : { 25 "properties" : {
28 "element" : {"#": "Stroke"} 26 "element" : {"#": "Stroke"}
29 } 27 }
30 }, 28 },
31 29
32 "colorChip2": { 30 "colorChip2": {
33 "module" : "js/components/ui/color-chip.reel", 31 "prototype" : "js/components/ui/color-chip.reel",
34 "name" : "ColorChip",
35 "properties" : { 32 "properties" : {
36 "element" : {"#": "Fill"}, 33 "element" : {"#": "Fill"},
37 "mode": "fill" 34 "mode": "fill"