aboutsummaryrefslogtreecommitdiff
path: root/js/data
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-12 18:07:54 -0700
committerValerio Virgillito2012-04-12 18:07:54 -0700
commit5b4826eced782fe7b4691d4bbbe0e3605d3164c1 (patch)
treea1fe692c814d75f05da466eead26579e4686175d /js/data
parent6885e66a1f668f34699145f0da231c5d4ecbe666 (diff)
parent4b900ea5cd6bb77eb30cec8c03b9ec9fa662c1e9 (diff)
downloadninja-5b4826eced782fe7b4691d4bbbe0e3605d3164c1.tar.gz
Merge branch 'refs/heads/master' into undo-manager
Conflicts: js/controllers/elements/element-controller.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/data')
-rwxr-xr-xjs/data/pi/pi-data.js2
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,