Skip to content

Commit

Permalink
swap phetioFeatured from soundManager Properties to audioManager. phe…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 20, 2021
1 parent 6bd65f1 commit 0995105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/soundManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,12 @@ class SoundManager extends PhetioObject {
this.enabledProperty = new BooleanProperty(
( phet.chipper.queryParameters.sound === 'enabled' && phet.chipper.queryParameters.supportsSound ), {
tandem: tandem.createTandem( 'enabledProperty' ),
phetioFeatured: true,
phetioDocumentation: 'Determines whether sound is enabled.'
} );

// @public (read-only) {BooleanProperty} - enabled state for enhanced sounds
this.enhancedSoundEnabledProperty = new BooleanProperty( phet.chipper.queryParameters.enhancedSoundInitiallyEnabled, {
tandem: tandem.createTandem( 'enhancedSoundEnabledProperty' ),
phetioFeatured: true,
phetioDocumentation: 'Determines whether enhanced sound is enabled. Enhanced sound is additional sounds that ' +
'can serve to improve the learning experience for individuals with visual disabilities. ' +
'Note that not all simulations that support sound also support enhanced sound. Also note ' +
Expand Down

0 comments on commit 0995105

Please sign in to comment.