Skip to content

Commit

Permalink
SelfVoicingQuickControl -> VoicingQuickControl, see phetsims/tasks#1083
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 24, 2021
1 parent 43a6053 commit 89597a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const selfVoicingQuickMenuShown = 'Read-me buttons & speech controls shown.';
const selfVoicingQuickMenuHidden = 'Self-Voicing Quick Menu hidden.';
const selfVoicingDialogAlert = 'Self Voicing Preferences shown.';

class SelfVoicingQuickControl extends Node {
class VoicingQuickControl extends Node {

/**
* @param {WebSpeaker} webSpeaker
Expand Down Expand Up @@ -299,5 +299,5 @@ class SelfVoicingQuickControl extends Node {
}
}

sceneryPhet.register( 'SelfVoicingQuickControl', SelfVoicingQuickControl );
export default SelfVoicingQuickControl;
sceneryPhet.register( 'VoicingQuickControl', VoicingQuickControl );
export default VoicingQuickControl;

0 comments on commit 89597a8

Please sign in to comment.