aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/rect-properties.reel/rect-properties.js
diff options
context:
space:
mode:
authorhwc4872012-02-02 15:10:06 -0800
committerhwc4872012-02-02 15:10:06 -0800
commite02deaf0d1b1f7dbcf022442cb730490ac8cee8b (patch)
treed1a171a285f41c640b0ab0c8e830406ca6de113d /js/components/tools-properties/rect-properties.reel/rect-properties.js
parent4ebae7378608750192f8d3bb392a54222ca0ec2f (diff)
parentd41dee0c552a30724a146965ae4272a268777fc5 (diff)
downloadninja-e02deaf0d1b1f7dbcf022442cb730490ac8cee8b.tar.gz
Merge branch 'ToolFixes' of github.com:mqg734/ninja-internal into working
Diffstat (limited to 'js/components/tools-properties/rect-properties.reel/rect-properties.js')
-rw-r--r--js/components/tools-properties/rect-properties.reel/rect-properties.js2
1 files changed, 1 insertions, 1 deletions
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 8d0cd21f..1e717f88 100644
--- a/js/components/tools-properties/rect-properties.reel/rect-properties.js
+++ b/js/components/tools-properties/rect-properties.reel/rect-properties.js
@@ -113,7 +113,7 @@ exports.RectProperties = Montage.create(ToolProperties, {
113 113
114 handleChange: { 114 handleChange: {
115 value: function(event) { 115 value: function(event) {
116 var hotTxt = event.currentTarget 116 var hotTxt = event.currentTarget;
117 if(hotTxt.units === "%") { 117 if(hotTxt.units === "%") {
118 if(hotTxt.value > 50) { 118 if(hotTxt.value > 50) {
119 hotTxt.maxValue = 50; 119 hotTxt.maxValue = 50;