aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/rect-properties.reel
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/rect-properties.reel
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/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 },