aboutsummaryrefslogtreecommitdiff
path: root/js/data/pi
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-03-22 21:20:44 -0700
committerNivesh Rajbhandari2012-03-22 21:20:44 -0700
commitf2371c4a5a18a4dadb2e76f0275b90ac541e889d (patch)
treed0fb934b6470bf475e2e79eb28e6d5a0a87ebc90 /js/data/pi
parentccbbf1318fcf21409f0b1841119b49fadd92f83d (diff)
downloadninja-f2371c4a5a18a4dadb2e76f0275b90ac541e889d.tar.gz
Adding enabled/disabled support for PI's checkbox control.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/data/pi')
-rwxr-xr-xjs/data/pi/pi-data.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js
index 56337124..52360302 100755
--- a/js/data/pi/pi-data.js
+++ b/js/data/pi/pi-data.js
@@ -398,7 +398,8 @@ exports.PiData = Montage.create( Montage, {
398 prop: "animate", 398 prop: "animate",
399 defaultValue: true, 399 defaultValue: true,
400 value: "Animate", 400 value: "Animate",
401 checked: true 401 checked: true,
402 enabled: { boundObject: "this.controls", boundProperty: "useWebGl" }
402 } 403 }
403 ], 404 ],
404 [ 405 [
@@ -501,7 +502,8 @@ exports.PiData = Montage.create( Montage, {
501 prop: "animate", 502 prop: "animate",
502 defaultValue: true, 503 defaultValue: true,
503 value: "Animate", 504 value: "Animate",
504 checked: true 505 checked: true,
506 enabled: { boundObject: "this.controls", boundProperty: "useWebGl" }
505 } 507 }
506 ], 508 ],
507 [ 509 [
@@ -605,7 +607,8 @@ exports.PiData = Montage.create( Montage, {
605 prop: "animate", 607 prop: "animate",
606 defaultValue: true, 608 defaultValue: true,
607 value: "Animate", 609 value: "Animate",
608 checked: true 610 checked: true,
611 enabled: { boundObject: "this.controls", boundProperty: "useWebGl" }
609 } 612 }
610 ], 613 ],
611 [ 614 [