diff options
author | Valerio Virgillito | 2012-04-12 16:00:44 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-12 16:00:44 -0700 |
commit | 4b900ea5cd6bb77eb30cec8c03b9ec9fa662c1e9 (patch) | |
tree | 18a1f0e3679c0eb993a9dedb537035d3861f49ac /js/data | |
parent | 9d1c919a4865ab1a2b0b0b9fc893a54b145c82c0 (diff) | |
parent | 77c6ab76ffe9fc380ed6fdb7b29ccd40acaee74d (diff) | |
download | ninja-4b900ea5cd6bb77eb30cec8c03b9ec9fa662c1e9.tar.gz |
Merge pull request #162 from mqg734/BoundsCalculation
offsets should be calculated on offsetParent instead of parentElement.
Diffstat (limited to 'js/data')
-rwxr-xr-x | js/data/pi/pi-data.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 07017f09..157c54ec 100755 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -131,6 +131,8 @@ exports.PiData = Montage.create( Montage, { | |||
131 | type : "hottext", | 131 | type : "hottext", |
132 | id : "borderWidth", | 132 | id : "borderWidth", |
133 | prop : "border-width", | 133 | prop : "border-width", |
134 | defaultValue: 0, | ||
135 | valueMutator: parseFloat, | ||
134 | label : "Border", | 136 | label : "Border", |
135 | min : 0, | 137 | min : 0, |
136 | max : 100, | 138 | max : 100, |