Skip to content

Commit

Permalink
remove TODO from #864
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Oct 4, 2022
1 parent 5cf0f5d commit d9b8aee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/preferences/PreferencesModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export type VisualModel = BaseModelType & {
export type AudioModel = BaseModelType & {

// When false, no audio features are heard. See audioManager.ts for documentation about audio and sub features.
// TODO: To be renamed to audioEnabledProperty, see https://github.com/phetsims/joist/issues/864
audioEnabledProperty: Property<boolean>;
soundEnabledProperty: Property<boolean>;
extraSoundEnabledProperty: Property<boolean>;
Expand Down

0 comments on commit d9b8aee

Please sign in to comment.