aboutsummaryrefslogtreecommitdiff
path: root/js/panels/components-panel.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-30 14:34:03 -0700
committerValerio Virgillito2012-03-30 14:34:03 -0700
commitdd3cf0df2b03d1b5e124d99118c667eab55877e7 (patch)
tree2ec9cc0fd05baac7872cedb6934ccf94f5dcae2e /js/panels/components-panel.reel
parent21ef6d98059209f171626336247a4e2fd92101e4 (diff)
downloadninja-dd3cf0df2b03d1b5e124d99118c667eab55877e7.tar.gz
IKNINJA-1191 - Fixed the order of the components
Components now appear in alphabetical order. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/components-panel.reel')
-rwxr-xr-xjs/panels/components-panel.reel/components-panel.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/panels/components-panel.reel/components-panel.js b/js/panels/components-panel.reel/components-panel.js
index 9252b7b8..461abe84 100755
--- a/js/panels/components-panel.reel/components-panel.js
+++ b/js/panels/components-panel.reel/components-panel.js
@@ -80,11 +80,6 @@ exports.ComponentsPanel = Montage.create(Component, {
80 "dataFile" : "node_modules/components-data/number-input.json", 80 "dataFile" : "node_modules/components-data/number-input.json",
81 "component": "numberInput" 81 "component": "numberInput"
82 }, 82 },
83 {
84 "text": "Select Input",
85 "dataFile" : "node_modules/components-data/select.json",
86 "component": "select"
87 },
88 { 83 {
89 "text": "Radio Button", 84 "text": "Radio Button",
90 "dataFile" : "node_modules/components-data/radio-button.json", 85 "dataFile" : "node_modules/components-data/radio-button.json",
@@ -96,6 +91,11 @@ exports.ComponentsPanel = Montage.create(Component, {
96 "component": "rangeInput" 91 "component": "rangeInput"
97 }, 92 },
98 { 93 {
94 "text": "Select Input",
95 "dataFile" : "node_modules/components-data/select.json",
96 "component": "select"
97 },
98 {
99 "text": "TextArea", 99 "text": "TextArea",
100 "dataFile" : "node_modules/components-data/textarea.json", 100 "dataFile" : "node_modules/components-data/textarea.json",
101 "component": "textarea" 101 "component": "textarea"