Skip to content

Commit

Permalink
changed SoundPlayer to ISoundPlayer, see phetsims/tambo#160
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet authored and marlitas committed Jun 28, 2022
1 parent 06d14a5 commit 68d5ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/NumberPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ class NumberPicker extends AccessibleNumberSpinner( Node, 0 ) {
// Opacity used to indicate disabled, [0,1] exclusive
disabledOpacity: SceneryConstants.DISABLED_OPACITY,

// {SoundPlayer} - Sound generators for when the NumberPicker's value changes, and when it hits range extremities.
// Use SoundPlayer.NO_SOUND to disable.
// {ISoundPlayer} - Sound generators for when the NumberPicker's value changes, and when it hits range extremities.
// Use nullSoundPlayer to disable.
valueChangedSoundPlayer: generalSoftClickSoundPlayer,
boundarySoundPlayer: generalBoundaryBoopSoundPlayer,

Expand Down

0 comments on commit 68d5ba2

Please sign in to comment.