aboutsummaryrefslogtreecommitdiff
path: root/js/data/panels-data.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-05-11 15:03:10 -0700
committerArmen Kesablyan2012-05-11 15:03:22 -0700
commitc80e7df1702dff09b5cc8447ab0619747fed2024 (patch)
treeed45ae752fd1427e03e39d8174df44de00a45f83 /js/data/panels-data.js
parente3efa52c409ef05c28bfc5f1f25a750b5132c3bd (diff)
downloadninja-c80e7df1702dff09b5cc8447ab0619747fed2024.tar.gz
created the initial environment requirements for workspace to be manipulated.
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/data/panels-data.js')
-rw-r--r--js/data/panels-data.js26
1 files changed, 26 insertions, 0 deletions
diff --git a/js/data/panels-data.js b/js/data/panels-data.js
index f613a3be..7fa22995 100644
--- a/js/data/panels-data.js
+++ b/js/data/panels-data.js
@@ -105,6 +105,32 @@ exports.PanelsData = Montage.create(Montage, {
105 open: true, 105 open: true,
106 modulePath: "js/panels/history-panel/history.reel", 106 modulePath: "js/panels/history-panel/history.reel",
107 moduleName: "History" 107 moduleName: "History"
108 },
109 {
110 name: "Binding",
111 groups: ["ws-binding"],
112 minHeight: 100,
113 height: 100,
114 maxHeight: null,
115 flexible: true,
116 collapsed: true,
117 scrollable: true,
118 open: true,
119 modulePath: "js/panels/binding.reel",
120 moduleName: "BindingPanel"
121 },
122 {
123 name: "Objects",
124 groups: ["ws-binding"],
125 minHeight: 100,
126 height: 100,
127 maxHeight: null,
128 flexible: true,
129 collapsed: true,
130 scrollable: true,
131 open: true,
132 modulePath: "js/panels/objects.reel",
133 moduleName: "ObjectsPanel"
108 } 134 }
109 ] 135 ]
110 } 136 }