diff options
author | Armen Kesablyan | 2012-05-11 15:03:10 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-05-11 15:03:22 -0700 |
commit | c80e7df1702dff09b5cc8447ab0619747fed2024 (patch) | |
tree | ed45ae752fd1427e03e39d8174df44de00a45f83 /js/panels/objects.reel/objects.js | |
parent | e3efa52c409ef05c28bfc5f1f25a750b5132c3bd (diff) | |
download | ninja-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/objects.reel/objects.js')
-rw-r--r-- | js/panels/objects.reel/objects.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/panels/objects.reel/objects.js b/js/panels/objects.reel/objects.js new file mode 100644 index 00000000..c1451cc0 --- /dev/null +++ b/js/panels/objects.reel/objects.js | |||
@@ -0,0 +1,7 @@ | |||
1 | var Montage = require("montage/core/core").Montage, | ||
2 | PanelBase = require("js/panels/panelbase").PanelBase; | ||
3 | //////////////////////////////////////////////////////////////////////// | ||
4 | //Exporting as ColorPanel | ||
5 | exports.ObjectsPanel = Montage.create(PanelBase, { | ||
6 | |||
7 | }); \ No newline at end of file | ||