From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/panels/Project/ProjectPanel.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'js/panels/Project/ProjectPanel.js') diff --git a/js/panels/Project/ProjectPanel.js b/js/panels/Project/ProjectPanel.js index 5dcba3e7..1d6a8e5c 100755 --- a/js/panels/Project/ProjectPanel.js +++ b/js/panels/Project/ProjectPanel.js @@ -29,12 +29,12 @@ POSSIBILITY OF SUCH DAMAGE. */ var Montage = require("montage/core/core").Montage, - PanelBase = require("js/panels/PanelBase").PanelBase, - ProjectPanelBase = require("js/panels/Project/ProjectPanelBase.reel").ProjectPanelBase; + PanelBase = require("js/panels/PanelBase").PanelBase, + ProjectPanelBase = require("js/panels/Project/ProjectPanelBase.reel").ProjectPanelBase; exports.ProjectPanel = Montage.create(PanelBase, { - id: {value: "projectPanel", writable: true, enumerable: true, configurable: true}, + id: {value: "projectPanel", writable: true, enumerable: true, configurable: true}, panelName: {value: "Project/Assets", writable: true, enumerable: true, configurable: true}, panelHeaderID: {value: "projectPanelHeader", writable: true, enumerable: true, configurable: true}, disclosureIconID: {value: "projectPanelDisclosureIcon", writable: true, enumerable: true, configurable: true}, @@ -42,9 +42,9 @@ exports.ProjectPanel = Montage.create(PanelBase, { panelContentID: {value: "projectPanelContent", writable: true, enumerable: true, configurable: true}, init: { - enumerable: true, - value: function() { - //Creating panel container and panel + enumerable: true, + value: function() { + //Creating panel container and panel this.minHeight = 350; this.defaultHeight = 350; this.contentHeight = 395; @@ -57,7 +57,7 @@ exports.ProjectPanel = Montage.create(PanelBase, { this._projectPanelBase.element = ppContainer; //Adding container to the parent this.content = this._projectPanelBase; - //Drawing panel + //Drawing panel this._projectPanelBase.needsDraw = true; */ -- cgit v1.2.3 From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- js/panels/Project/ProjectPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/panels/Project/ProjectPanel.js') diff --git a/js/panels/Project/ProjectPanel.js b/js/panels/Project/ProjectPanel.js index 1d6a8e5c..35ba0a2f 100755 --- a/js/panels/Project/ProjectPanel.js +++ b/js/panels/Project/ProjectPanel.js @@ -33,7 +33,7 @@ var Montage = require("montage/core/core").Montage, ProjectPanelBase = require("js/panels/Project/ProjectPanelBase.reel").ProjectPanelBase; exports.ProjectPanel = Montage.create(PanelBase, { - + id: {value: "projectPanel", writable: true, enumerable: true, configurable: true}, panelName: {value: "Project/Assets", writable: true, enumerable: true, configurable: true}, panelHeaderID: {value: "projectPanelHeader", writable: true, enumerable: true, configurable: true}, -- cgit v1.2.3 From fdbec324dad4ab33d97282ab021d2c1661bc097c Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Mon, 9 Jul 2012 16:27:52 -0700 Subject: BSD License --- js/panels/Project/ProjectPanel.js | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'js/panels/Project/ProjectPanel.js') diff --git a/js/panels/Project/ProjectPanel.js b/js/panels/Project/ProjectPanel.js index 35ba0a2f..faa9f921 100755 --- a/js/panels/Project/ProjectPanel.js +++ b/js/panels/Project/ProjectPanel.js @@ -1,24 +1,25 @@ /* -Copyright (c) 2012, Motorola Mobility, Inc +Copyright (c) 2012, Motorola Mobility LLC. All Rights Reserved. -BSD License. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - Neither the name of Motorola Mobility nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of Motorola Mobility LLC nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -- cgit v1.2.3