diff options
author | Valerio Virgillito | 2012-06-18 22:47:18 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-18 22:47:18 -0700 |
commit | 15c01942bf3232c8a3240fab5ba2f358d814b654 (patch) | |
tree | 3b73e1e03468c08fe2cd992f09f8f00149199d7e /js | |
parent | 795a6908ccac21b773490954371f2c4def9e5379 (diff) | |
download | ninja-15c01942bf3232c8a3240fab5ba2f358d814b654.tar.gz |
fixing the components.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js')
-rwxr-xr-x | js/panels/components-panel.reel/components-panel.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/panels/components-panel.reel/components-panel.js b/js/panels/components-panel.reel/components-panel.js index e6b7a6e3..46f91410 100755 --- a/js/panels/components-panel.reel/components-panel.js +++ b/js/panels/components-panel.reel/components-panel.js | |||
@@ -98,11 +98,6 @@ exports.ComponentsPanel = Montage.create(Component, { | |||
98 | "text": "Textfield", | 98 | "text": "Textfield", |
99 | "dataFile" : "node_modules/components-data/textfield.json", | 99 | "dataFile" : "node_modules/components-data/textfield.json", |
100 | "component": "textfield" | 100 | "component": "textfield" |
101 | }, | ||
102 | { | ||
103 | "text": "Toggle Button", | ||
104 | "dataFile" : "node_modules/components-data/toggle-button.json", | ||
105 | "component": "toggleButton" | ||
106 | } | 101 | } |
107 | ] | 102 | ] |
108 | } | 103 | } |