diff options
author | Eric Guzman | 2012-04-30 13:48:43 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-30 13:48:43 -0700 |
commit | 23d8efd4ed9e8fd43f516595009679fb44c8096d (patch) | |
tree | 7d5be06e6417102702a49ece24fca82528aced7a /js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html | |
parent | ae94b22c27b9b155e94bf140631e7faf8f55c6c0 (diff) | |
parent | c8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff) | |
download | ninja-23d8efd4ed9e8fd43f516595009679fb44c8096d.tar.gz |
Merge branch 'refs/heads/master' into CSSPanelUpdates
Diffstat (limited to 'js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html')
-rwxr-xr-x | js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html index 81facc49..010e77b2 100755 --- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html +++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!DOCTYPE HTML> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | 3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> |
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | 4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> |
@@ -36,8 +36,7 @@ | |||
36 | }, | 36 | }, |
37 | 37 | ||
38 | "borderWidthHT": { | 38 | "borderWidthHT": { |
39 | "module": "js/components/hottextunit.reel", | 39 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", |
40 | "name": "HotTextUnit", | ||
41 | "properties": { | 40 | "properties": { |
42 | "element": {"#": "borderWidth"}, | 41 | "element": {"#": "borderWidth"}, |
43 | "minValue": 1, | 42 | "minValue": 1, |
@@ -96,8 +95,7 @@ | |||
96 | }, | 95 | }, |
97 | 96 | ||
98 | "strokeSizeHT": { | 97 | "strokeSizeHT": { |
99 | "module": "js/components/hottextunit.reel", | 98 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", |
100 | "name": "HotTextUnit", | ||
101 | "properties": { | 99 | "properties": { |
102 | "element": {"#": "strokeSize"}, | 100 | "element": {"#": "strokeSize"}, |
103 | "minValue": 1, | 101 | "minValue": 1, |
@@ -125,8 +123,7 @@ | |||
125 | }, | 123 | }, |
126 | 124 | ||
127 | "_strokeMaterialCB": { | 125 | "_strokeMaterialCB": { |
128 | "module": "js/components/combobox.reel", | 126 | "prototype": "js/components/combobox.reel", |
129 | "name": "Combobox", | ||
130 | "properties": { | 127 | "properties": { |
131 | "element": {"#": "strokeMaterialIBCB"}, | 128 | "element": {"#": "strokeMaterialIBCB"}, |
132 | "labelField": "_name", | 129 | "labelField": "_name", |
@@ -135,8 +132,7 @@ | |||
135 | }, | 132 | }, |
136 | 133 | ||
137 | "owner": { | 134 | "owner": { |
138 | "module": "js/components/tools-properties/ink-bottle-properties.reel", | 135 | "prototype": "js/components/tools-properties/ink-bottle-properties.reel", |
139 | "name": "InkBottleProperties", | ||
140 | "properties": { | 136 | "properties": { |
141 | "element": {"#": "inkBottleProperties"}, | 137 | "element": {"#": "inkBottleProperties"}, |
142 | 138 | ||