diff options
author | Valerio Virgillito | 2012-03-30 15:15:26 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-30 15:15:26 -0700 |
commit | 879ac8b40ec1bfb30bde92185e39da75b99c8396 (patch) | |
tree | 8e1a857a83e8a1d5077c796fb0fec55381cef263 /js/panels/components-panel.reel | |
parent | dd3cf0df2b03d1b5e124d99118c667eab55877e7 (diff) | |
download | ninja-879ac8b40ec1bfb30bde92185e39da75b99c8396.tar.gz |
completing the component simple pi
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/components-panel.reel')
-rwxr-xr-x | js/panels/components-panel.reel/components-panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/components-panel.reel/components-panel.js b/js/panels/components-panel.reel/components-panel.js index 461abe84..6972b9b4 100755 --- a/js/panels/components-panel.reel/components-panel.js +++ b/js/panels/components-panel.reel/components-panel.js | |||
@@ -106,7 +106,7 @@ exports.ComponentsPanel = Montage.create(Component, { | |||
106 | "component": "textfield" | 106 | "component": "textfield" |
107 | }, | 107 | }, |
108 | { | 108 | { |
109 | "text": "Toogle Button", | 109 | "text": "Toggle Button", |
110 | "dataFile" : "node_modules/components-data/toggle-button.json", | 110 | "dataFile" : "node_modules/components-data/toggle-button.json", |
111 | "component": "toggleButton" | 111 | "component": "toggleButton" |
112 | } | 112 | } |