diff options
author | Nivesh Rajbhandari | 2012-04-02 11:14:46 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-02 11:14:46 -0700 |
commit | c2e9ed5bc4cbef870283784fa2a91f43ff72cade (patch) | |
tree | 5ad754b29954ca0e653f7fc7a591bd4d778ca8a8 | |
parent | 6002027d2106586ca0e68c61a3b95282b8a75833 (diff) | |
download | ninja-c2e9ed5bc4cbef870283784fa2a91f43ff72cade.tar.gz |
IKNinja-1410 - Inner Radius should be restricted to 99%.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
-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 7edc90d8..07017f09 100755 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -578,7 +578,7 @@ exports.PiData = Montage.create( Montage, { | |||
578 | valueMutator: parseFloat, | 578 | valueMutator: parseFloat, |
579 | value : 0, | 579 | value : 0, |
580 | min : 0, | 580 | min : 0, |
581 | max : 100, | 581 | max : 99, |
582 | unit : "%", | 582 | unit : "%", |
583 | acceptableUnits: ["%"] | 583 | acceptableUnits: ["%"] |
584 | 584 | ||