aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/oval-properties.reel/oval-properties.js
diff options
context:
space:
mode:
authorhwc4872012-07-09 16:08:02 -0700
committerhwc4872012-07-09 16:08:02 -0700
commit5085d0f67df89a21715308956004164597a6ba79 (patch)
tree2c896163143a66331205a39b0a3b1b45d51bf12a /js/components/tools-properties/oval-properties.reel/oval-properties.js
parent51f1691f792dbda9b740ded8aa0457c9406db156 (diff)
parent84b3327bd92faafab7954b5eb64c7abe24a3fe13 (diff)
downloadninja-5085d0f67df89a21715308956004164597a6ba79.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into GridFixes
Conflicts: js/helper-classes/3D/StageLine.js
Diffstat (limited to 'js/components/tools-properties/oval-properties.reel/oval-properties.js')
-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;