aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/oval-properties.reel
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/components/tools-properties/oval-properties.reel
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/components/tools-properties/oval-properties.reel')
-rwxr-xr-xjs/components/tools-properties/oval-properties.reel/oval-properties.js6
1 files changed, 3 insertions, 3 deletions
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, {
41 value: null, 41 value: null,
42 serializable: true 42 serializable: true
43 }, 43 },
44 44
45 _subPrepare: { 45 _subPrepare: {
46 value: function() { 46 value: function() {
47 //this.divElement.addEventListener("click", this, false); 47 //this.divElement.addEventListener("click", this, false);
@@ -66,11 +66,11 @@ exports.OvalProperties = Montage.create(ToolProperties, {
66 use3D: { 66 use3D: {
67 get: function() { return this.base._use3D; } 67 get: function() { return this.base._use3D; }
68 }, 68 },
69 69
70 strokeSize: { 70 strokeSize: {
71 get: function() { return this.base._strokeSize; } 71 get: function() { return this.base._strokeSize; }
72 }, 72 },
73 73
74 strokeStyle : { 74 strokeStyle : {
75 get: function() { 75 get: function() {
76// return this.base._strokeStyle.options[this.base._strokeStyle.value].text; 76// return this.base._strokeStyle.options[this.base._strokeStyle.value].text;