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 --- .../tools-properties/eraser-properties.reel/eraser-properties.js | 2 +- .../eyedropper-properties.reel/eyedropper-properties.js | 2 +- .../tools-properties/line-properties.reel/line-properties.js | 2 +- .../tools-properties/oval-properties.reel/oval-properties.js | 6 +++--- .../tools-properties/pan-properties.reel/pan-properties.js | 2 +- .../tools-properties/pen-properties.reel/pen-properties.js | 2 +- .../tools-properties/rect-properties.reel/rect-properties.js | 2 +- .../rotate-stage-properties.reel/rotate-stage-properties.js | 2 +- .../tools-properties/shape-properties.reel/shape-properties.js | 2 +- .../tools-properties/tag-properties.reel/tag-properties.js | 2 +- .../tools-properties/text-properties.reel/text-properties.js | 4 ++-- js/components/tools-properties/tool-properties.js | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) (limited to 'js/components/tools-properties') diff --git a/js/components/tools-properties/eraser-properties.reel/eraser-properties.js b/js/components/tools-properties/eraser-properties.reel/eraser-properties.js index 5c997ee3..dbab798a 100755 --- a/js/components/tools-properties/eraser-properties.reel/eraser-properties.js +++ b/js/components/tools-properties/eraser-properties.reel/eraser-properties.js @@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.EraserProperties = Montage.create(ToolProperties, { - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js index e788b5f6..3442f95c 100755 --- a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js +++ b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js @@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.EyedropperProperties = Montage.create(ToolProperties, { - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/line-properties.reel/line-properties.js b/js/components/tools-properties/line-properties.reel/line-properties.js index 96938457..499ad880 100755 --- a/js/components/tools-properties/line-properties.reel/line-properties.js +++ b/js/components/tools-properties/line-properties.reel/line-properties.js @@ -37,7 +37,7 @@ exports.LineProperties = Montage.create(ToolProperties, { value: null, serializable: true }, - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/oval-properties.reel/oval-properties.js b/js/components/tools-properties/oval-properties.reel/oval-properties.js index dabe646f..195f5f97 100755 --- a/js/components/tools-properties/oval-properties.reel/oval-properties.js +++ b/js/components/tools-properties/oval-properties.reel/oval-properties.js @@ -41,7 +41,7 @@ exports.OvalProperties = Montage.create(ToolProperties, { value: null, serializable: true }, - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); @@ -66,11 +66,11 @@ exports.OvalProperties = Montage.create(ToolProperties, { use3D: { get: function() { return this.base._use3D; } }, - + strokeSize: { get: function() { return this.base._strokeSize; } }, - + strokeStyle : { get: function() { // return this.base._strokeStyle.options[this.base._strokeStyle.value].text; diff --git a/js/components/tools-properties/pan-properties.reel/pan-properties.js b/js/components/tools-properties/pan-properties.reel/pan-properties.js index 920c6bc6..cb782af4 100755 --- a/js/components/tools-properties/pan-properties.reel/pan-properties.js +++ b/js/components/tools-properties/pan-properties.reel/pan-properties.js @@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.PanProperties = Montage.create(ToolProperties, { - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.js b/js/components/tools-properties/pen-properties.reel/pen-properties.js index 460c9633..66260ac3 100755 --- a/js/components/tools-properties/pen-properties.reel/pen-properties.js +++ b/js/components/tools-properties/pen-properties.reel/pen-properties.js @@ -108,7 +108,7 @@ var PenProperties = exports.PenProperties = Montage.create(ToolProperties, { strokeSize: { get: function () { - return this._strokeSize; + return this._strokeSize; } }, diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.js b/js/components/tools-properties/rect-properties.reel/rect-properties.js index 53539113..faf6ee7b 100755 --- a/js/components/tools-properties/rect-properties.reel/rect-properties.js +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.js @@ -76,7 +76,7 @@ exports.RectProperties = Montage.create(ToolProperties, { use3D: { get: function() { return this.base._use3D; } }, - + strokeSize: { get: function() { return this.base._strokeSize; } }, diff --git a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js index c87e87c8..af399e7a 100755 --- a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js +++ b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js @@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.RotateStageProperties = Montage.create(ToolProperties, { - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.js b/js/components/tools-properties/shape-properties.reel/shape-properties.js index f812f1bf..d10d2870 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.js +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.js @@ -206,7 +206,7 @@ var ShapeProperties = exports.ShapeProperties = Montage.create(ToolProperties, { this._fillColorCtrlContainer.style["display"] = "none"; this._fillColorCtrlContainer.visible = false; this._fillColorCtrlIcon.style["display"] = "none"; - this._fillColorCtrlIcon.visible = false; + this._fillColorCtrlIcon.visible = false; this.endDivider.style["display"] = "none"; } else { this._fillColorCtrlContainer.style["display"] = ""; diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.js b/js/components/tools-properties/tag-properties.reel/tag-properties.js index ce122681..58d70105 100755 --- a/js/components/tools-properties/tag-properties.reel/tag-properties.js +++ b/js/components/tools-properties/tag-properties.reel/tag-properties.js @@ -74,7 +74,7 @@ var TagProperties = exports.TagProperties = Montage.create(ToolProperties, { value: function() { this.customName.style["display"] = "none"; this.customLabel.style["display"] = "none"; - + this.divElement.addEventListener("click", this, false); this.imageElement.addEventListener("click", this, false); this.videoElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/text-properties.reel/text-properties.js b/js/components/tools-properties/text-properties.reel/text-properties.js index 0cfa6c4c..a3adbb1d 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.js +++ b/js/components/tools-properties/text-properties.reel/text-properties.js @@ -87,7 +87,7 @@ exports.TextProperties = Montage.create(ToolProperties, { // { value: 7, text: "36pt" } // ]; // this.fontSize.contentController = this.fontSizes; - + this.fontSelection.items = ["Arial", "Arial Black", "Courier New", "Garamond", "Georgia", "Open Sans", "Tahoma", "Times New Roman", "Trebuchet MS", "Verdana"]; this.fontSize.items = ["8pt","10pt","12pt","14pt","18pt","24pt","36pt"]; this.tagType.items = ["div", "span", "p", "section", "article", "h1", "h2", "h3", "h4", "h5", "h6"]; @@ -120,7 +120,7 @@ exports.TextProperties = Montage.create(ToolProperties, { } }, - + handleAlignLeftAction: { value: function(e) { //this.alignLeft.value = false; diff --git a/js/components/tools-properties/tool-properties.js b/js/components/tools-properties/tool-properties.js index 58c2b052..51d18d21 100755 --- a/js/components/tools-properties/tool-properties.js +++ b/js/components/tools-properties/tool-properties.js @@ -32,7 +32,7 @@ var Montage = require("montage/core/core").Montage, Component = require("montage/ui/component").Component; exports.ToolProperties = Montage.create(Component, { - + _visible: { value: false, enumerable: false }, -- cgit v1.2.3