aboutsummaryrefslogtreecommitdiff
path: root/js/panels/binding.reel/binding.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/panels/binding.reel/binding.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/panels/binding.reel/binding.js')
-rw-r--r--js/panels/binding.reel/binding.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/js/panels/binding.reel/binding.js b/js/panels/binding.reel/binding.js
new file mode 100644
index 00000000..e9676c4d
--- /dev/null
+++ b/js/panels/binding.reel/binding.js
@@ -0,0 +1,11 @@
1var Montage = require("montage/core/core").Montage,
2 PanelBase = require("js/panels/panelbase").PanelBase;
3////////////////////////////////////////////////////////////////////////
4//Exporting as ColorPanel
5exports.BindingPanel = Montage.create(PanelBase, {
6 ////////////////////////////////////////////////////////////////////
7 //Panel Configuration
8 panelName: {
9 value: "Color"
10 }
11}); \ No newline at end of file