diff options
author | Eric Guzman | 2012-08-20 14:54:44 -0700 |
---|---|---|
committer | Eric Guzman | 2012-08-20 14:54:44 -0700 |
commit | 1e9d019867ff90840735ec531af5ebec9c7962e6 (patch) | |
tree | 887d28987a3113e84c771e264767c9462e9a8844 /js/data/pi | |
parent | a34663e154af834176b758b6da368f634cd2a6bd (diff) | |
parent | 36d692a9fb216f2785a570d13c1beb27360c7305 (diff) | |
download | ninja-1e9d019867ff90840735ec531af5ebec9c7962e6.tar.gz |
Merge branch 'refs/heads/master' into minorFixes_7.1
Diffstat (limited to 'js/data/pi')
-rwxr-xr-x | js/data/pi/pi-data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index f36f11e6..489938d5 100755 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -499,7 +499,7 @@ exports.PiData = Montage.create( Montage, { | |||
499 | prop : "strokeSize", | 499 | prop : "strokeSize", |
500 | label : "Stroke", | 500 | label : "Stroke", |
501 | inputFunction: parseFloat, | 501 | inputFunction: parseFloat, |
502 | min : 0, | 502 | min : 1, |
503 | max : 100, | 503 | max : 100, |
504 | value : 1, | 504 | value : 1, |
505 | unit : "px", | 505 | unit : "px", |