diff options
Diffstat (limited to 'js/data/pi/pi-data.js')
-rwxr-xr-x | js/data/pi/pi-data.js | 9 |
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 | [ |