Skip to content

Commit d9029b3

Browse files
committed
commenting, #369 (comment)
1 parent 51cedd4 commit d9029b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/AquaRadioButton.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ define( function( require ) {
5656

5757
var self = this;
5858

59-
// @private
59+
// @private - converted to an AXON/Property from a property to support PhET-iO
6060
this.enabledProperty = new BooleanProperty( options.enabled, {
6161
tandem: options.tandem.createTandem( 'enabledProperty' ),
6262
phetioInstanceDocumentation: 'Determines whether the AquaRadioButton is enabled (pressable) or disabled (grayed-out).'

0 commit comments

Comments
 (0)