aboutsummaryrefslogtreecommitdiff
path: root/js/panels/binding.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/binding.reel')
-rw-r--r--js/panels/binding.reel/binding.css0
-rw-r--r--js/panels/binding.reel/binding.html27
-rw-r--r--js/panels/binding.reel/binding.js11
3 files changed, 0 insertions, 38 deletions
diff --git a/js/panels/binding.reel/binding.css b/js/panels/binding.reel/binding.css
deleted file mode 100644
index e69de29b..00000000
--- a/js/panels/binding.reel/binding.css
+++ /dev/null
diff --git a/js/panels/binding.reel/binding.html b/js/panels/binding.reel/binding.html
deleted file mode 100644
index 50e839ab..00000000
--- a/js/panels/binding.reel/binding.html
+++ /dev/null
@@ -1,27 +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="binding.css" type="text/css">
11 <script type="text/montage-serialization">
12 {
13 "owner": {
14 "prototype": "js/panels/binding.reel",
15 "properties": {
16 "element": {"#": "binding"}
17 }
18 }
19
20 }
21 </script>
22 </head>
23<body>
24 <div data-montage-id="binding">
25 </div>
26</body>
27</html> \ No newline at end of file
diff --git a/js/panels/binding.reel/binding.js b/js/panels/binding.reel/binding.js
deleted file mode 100644
index e9676c4d..00000000
--- a/js/panels/binding.reel/binding.js
+++ /dev/null
@@ -1,11 +0,0 @@
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