diff options
Diffstat (limited to 'js/components/tools-properties/oval-properties.reel/oval-properties.js')
-rwxr-xr-x | js/components/tools-properties/oval-properties.reel/oval-properties.js | 6 |
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; |