Skip to content

Commit

Permalink
added common default push button and reset all sounds, see phetsims/t…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 19, 2019
1 parent 54ccf4b commit b70c747
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/molarity/view/MolarityScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ define( require => {
const PrecipitateNode = require( 'MOLARITY/molarity/view/PrecipitateNode' );
const PrecipitateSoundGenerator = require( 'MOLARITY/molarity/view/PrecipitateSoundGenerator' );
const ResetAllButton = require( 'SCENERY_PHET/buttons/ResetAllButton' );
const ResetAllSoundGenerator = require( 'TAMBO/sound-generators/ResetAllSoundGenerator' );
const SaturatedIndicator = require( 'MOLARITY/molarity/view/SaturatedIndicator' );
const ScreenView = require( 'JOIST/ScreenView' );
const Shape = require( 'KITE/Shape' );
Expand Down Expand Up @@ -242,11 +241,6 @@ define( require => {
tandem: tandem.createTandem( 'resetAllButton' )
} );

// Reset All sound generator
soundManager.addSoundGenerator( new ResetAllSoundGenerator( model.resetInProgressProperty, {
initialOutputLevel: 0.7
} ) );

// a11y - heading and accessible order for slider controls section of PDOM
const solutionControlsNode = new Node( {
tagName: 'div',
Expand Down

0 comments on commit b70c747

Please sign in to comment.