aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-18 23:07:34 -0700
committerValerio Virgillito2012-06-18 23:07:34 -0700
commit5c4ff40d7950282a179dcfd49c5ea9234e0a8185 (patch)
tree168f16cf2a94582204b362418e668275478b5a4c /js/panels/properties.reel
parent15c01942bf3232c8a3240fab5ba2f358d814b654 (diff)
downloadninja-5c4ff40d7950282a179dcfd49c5ea9234e0a8185.tar.gz
fixing the css bugs with montage v11
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties.reel')
-rwxr-xr-xjs/panels/properties.reel/properties.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/properties.reel/properties.html b/js/panels/properties.reel/properties.html
index 9fa24e15..72984c17 100755
--- a/js/panels/properties.reel/properties.html
+++ b/js/panels/properties.reel/properties.html
@@ -11,21 +11,21 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12 { 12 {
13 "elementName": { 13 "elementName": {
14 "prototype": "montage/ui/input-text.reel", 14 "prototype": "montage/ui/native/input-text.reel",
15 "properties": { 15 "properties": {
16 "element": {"#": "elementName"} 16 "element": {"#": "elementName"}
17 } 17 }
18 }, 18 },
19 19
20 "elementId": { 20 "elementId": {
21 "prototype": "montage/ui/input-text.reel", 21 "prototype": "montage/ui/native/input-text.reel",
22 "properties": { 22 "properties": {
23 "element": {"#": "elementId"} 23 "element": {"#": "elementId"}
24 } 24 }
25 }, 25 },
26 26
27 "elementClass": { 27 "elementClass": {
28 "prototype": "montage/ui/input-text.reel", 28 "prototype": "montage/ui/native/input-text.reel",
29 "properties": { 29 "properties": {
30 "element": {"#": "elementClass"} 30 "element": {"#": "elementClass"}
31 } 31 }