aboutsummaryrefslogtreecommitdiff
path: root/js/panels/components-panel.reel/components-panel.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-30 15:15:26 -0700
committerValerio Virgillito2012-03-30 15:16:56 -0700
commite6cfd371849b92fccd5e7ee74e428914a2dc23eb (patch)
treeda1283234dc3fe31663d4c540995a0449ffe689a /js/panels/components-panel.reel/components-panel.js
parentdd3cf0df2b03d1b5e124d99118c667eab55877e7 (diff)
downloadninja-e6cfd371849b92fccd5e7ee74e428914a2dc23eb.tar.gz
completing the component simple pi
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/components-panel.reel/components-panel.js')
-rwxr-xr-xjs/panels/components-panel.reel/components-panel.js2
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 }