Skip to content

Commit

Permalink
Mark equation visibility as phetioFeatured, see #112
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 17, 2018
1 parent b2b26ca commit 4fb8ad2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ define( require => {
// equation
const equationNode = new EquationNode( pProperty, hProperty, kProperty, {
tandem: options.tandem.createTandem( 'equationNode' ),
phetioDocumentation: 'the equation that changes as the sliders are adjusted'
phetioDocumentation: 'the equation that changes as the sliders are adjusted',
phetioComponentOptions: {
visibleProperty: {
phetioFeatured: true
}
}
} );

// coefficient controls (labeled sliders)
Expand Down

0 comments on commit 4fb8ad2

Please sign in to comment.