aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-17 22:58:26 -0700
committerValerio Virgillito2012-06-17 22:58:26 -0700
commitad6f78493295c9c7b4c11cd6a895dd5cc8e207f7 (patch)
treeeec83c62d6cdb095cc4e6548f42dddfc88bcaa21 /node_modules/components-data
parent8fe92b94ce5e1e2857d088752d94e19db7e3d8a8 (diff)
downloadninja-ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7.tar.gz
updating the components and descriptor.json to support montage v.11
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/components-data')
-rw-r--r--node_modules/components-data/checkbox.json2
-rw-r--r--node_modules/components-data/textfield.json2
2 files changed, 2 insertions, 2 deletions
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 @@
1{ 1{
2 "component": "checkbox", 2 "component": "checkbox",
3 3
4 "module": "montage/ui/checkbox.reel", 4 "module": "montage/ui/input-checkbox.reel",
5 5
6 "name": "Checkbox", 6 "name": "Checkbox",
7 7
diff --git a/node_modules/components-data/textfield.json b/node_modules/components-data/textfield.json
index cb3f1c8f..2df06ec3 100644
--- a/node_modules/components-data/textfield.json
+++ b/node_modules/components-data/textfield.json
@@ -1,7 +1,7 @@
1{ 1{
2 "component": "textfield", 2 "component": "textfield",
3 3
4 "module": "montage/ui/textfield.reel", 4 "module": "montage/ui/input-text.reel",
5 5
6 "name": "Textfield", 6 "name": "Textfield",
7 7