aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/rect-properties.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/rect-properties.reel')
-rwxr-xr-xjs/components/tools-properties/rect-properties.reel/rect-properties.html6
-rwxr-xr-xjs/components/tools-properties/rect-properties.reel/rect-properties.js2
2 files changed, 4 insertions, 4 deletions
diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.html b/js/components/tools-properties/rect-properties.reel/rect-properties.html
index e2161e9b..b44e79ae 100755
--- a/js/components/tools-properties/rect-properties.reel/rect-properties.html
+++ b/js/components/tools-properties/rect-properties.reel/rect-properties.html
@@ -1,4 +1,4 @@
1<!DOCTYPE HTML> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
@@ -125,8 +125,8 @@ POSSIBILITY OF SUCH DAMAGE.
125 "BRRadiusControl": {"@": "hottext4"} 125 "BRRadiusControl": {"@": "hottext4"}
126 } 126 }
127 } 127 }
128 } 128 }
129 </script> 129 </script>
130 130
131 </head> 131 </head>
132 132
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, {
76 use3D: { 76 use3D: {
77 get: function() { return this.base._use3D; } 77 get: function() { return this.base._use3D; }
78 }, 78 },
79 79
80 strokeSize: { 80 strokeSize: {
81 get: function() { return this.base._strokeSize; } 81 get: function() { return this.base._strokeSize; }
82 }, 82 },