From ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Sun, 17 Jun 2012 22:58:26 -0700 Subject: updating the components and descriptor.json to support montage v.11 Signed-off-by: Valerio Virgillito --- node_modules/components-data/checkbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/components-data/checkbox.json') diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json index cd851f67..e91a107e 100644 --- a/node_modules/components-data/checkbox.json +++ b/node_modules/components-data/checkbox.json @@ -1,7 +1,7 @@ { "component": "checkbox", - "module": "montage/ui/checkbox.reel", + "module": "montage/ui/input-checkbox.reel", "name": "Checkbox", -- cgit v1.2.3 From 15c01942bf3232c8a3240fab5ba2f358d814b654 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 18 Jun 2012 22:47:18 -0700 Subject: fixing the components. Signed-off-by: Valerio Virgillito --- node_modules/components-data/checkbox.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node_modules/components-data/checkbox.json') diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json index e91a107e..58f09cb6 100644 --- a/node_modules/components-data/checkbox.json +++ b/node_modules/components-data/checkbox.json @@ -1,9 +1,9 @@ { "component": "checkbox", - "module": "montage/ui/input-checkbox.reel", + "module": "montage/ui/native/input-checkbox.reel", - "name": "Checkbox", + "name": "InputCheckbox", "properties": [ -- cgit v1.2.3