aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties/properties-panel.js
diff options
context:
space:
mode:
authorEric Guzman2012-03-12 15:33:04 -0700
committerEric Guzman2012-03-12 15:33:04 -0700
commit7e3161153b87b891875ac65368a19aed12909fa3 (patch)
treeb80f48d711a9729fc39dbbdff28c4f0620e7302d /js/panels/properties/properties-panel.js
parent7a28932ba8a7517bbaaabe1f5edf678416aafc9c (diff)
parent69d90467865a1384725b2301901be2180c5a841f (diff)
downloadninja-7e3161153b87b891875ac65368a19aed12909fa3.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Conflicts: js/panels/PanelContainer/PanelContainer.reel/PanelContainer.js
Diffstat (limited to 'js/panels/properties/properties-panel.js')
-rwxr-xr-xjs/panels/properties/properties-panel.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/js/panels/properties/properties-panel.js b/js/panels/properties/properties-panel.js
deleted file mode 100755
index 31bc4919..00000000
--- a/js/panels/properties/properties-panel.js
+++ /dev/null
@@ -1,15 +0,0 @@
1/* <copyright>
2This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5</copyright> */
6
7var Montage = require("montage/core/core").Montage;
8var PanelBase = require("js/panels/PanelBase").PanelBase;
9var Content = require("js/panels/properties/content.reel").Content;
10
11exports.PropertiesPanel = Montage.create(PanelBase, {
12 panelName : { value: "Properties" },
13 minHeight : { value: 200 },
14 content : { value: Content }
15}); \ No newline at end of file