Skip to content

Commit

Permalink
remove TODO, see #737
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Aug 29, 2022
1 parent 5f37d77 commit 507c23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/preferences/PreferencesModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export default class PreferencesModel extends PhetioObject {
}
if ( this.audioModel.supportsVoicing ) {

// Register these to be stored when PreferencesStorage is enabled. TODO: likely to be moved to a better spot, see https://github.com/phetsims/joist/issues/737
// Register these to be stored when PreferencesStorage is enabled.
PreferencesStorage.register( this.audioModel.voicingObjectResponsesEnabledProperty, 'objectResponsesEnabledProperty' );
PreferencesStorage.register( this.audioModel.voicingContextResponsesEnabledProperty, 'contextResponsesEnabledProperty' );
PreferencesStorage.register( this.audioModel.voicingHintResponsesEnabledProperty, 'hintResponsesEnabledProperty' );
Expand Down

0 comments on commit 507c23d

Please sign in to comment.