aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmen Kesablyan2012-05-17 13:59:23 -0700
committerArmen Kesablyan2012-05-17 13:59:23 -0700
commite8ae5db7ce7023b638375cbc27a3f7b7a2f77b23 (patch)
treed341fd17cabc683c1a4f8a335df5dfc23c382cd3
parent9ee3e1c548758a168a2008847a9136dd52398cf2 (diff)
downloadninja-e8ae5db7ce7023b638375cbc27a3f7b7a2f77b23.tar.gz
Removed Old Objects Panel Structure
Signed-off-by: Armen Kesablyan <armen@motorola.com>
-rw-r--r--js/panels/objects.reel/objects.css0
-rw-r--r--js/panels/objects.reel/objects.html28
-rw-r--r--js/panels/objects.reel/objects.js7
3 files changed, 0 insertions, 35 deletions
diff --git a/js/panels/objects.reel/objects.css b/js/panels/objects.reel/objects.css
deleted file mode 100644
index e69de29b..00000000
--- a/js/panels/objects.reel/objects.css
+++ /dev/null
diff --git a/js/panels/objects.reel/objects.html b/js/panels/objects.reel/objects.html
deleted file mode 100644
index a21e611c..00000000
--- a/js/panels/objects.reel/objects.html
+++ /dev/null
@@ -1,28 +0,0 @@
1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html lang="en">
8<head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10 <link rel="stylesheet" href="objects.css" type="text/css">
11 <script type="text/montage-serialization">
12 {
13 "owner": {
14 "prototype": "js/panels/objects.reel",
15 "properties": {
16 "element": {"#": "objects"}
17 }
18 }
19
20 }
21 </script>
22 </head>
23<body>
24 <div data-montage-id="objects">
25 objects:test
26 </div>
27</body>
28</html> \ No newline at end of file
diff --git a/js/panels/objects.reel/objects.js b/js/panels/objects.reel/objects.js
deleted file mode 100644
index c1451cc0..00000000
--- a/js/panels/objects.reel/objects.js
+++ /dev/null
@@ -1,7 +0,0 @@
1var Montage = require("montage/core/core").Montage,
2 PanelBase = require("js/panels/panelbase").PanelBase;
3////////////////////////////////////////////////////////////////////////
4//Exporting as ColorPanel
5exports.ObjectsPanel = Montage.create(PanelBase, {
6
7}); \ No newline at end of file