Skip to content

Commit

Permalink
delete TODO for phetsims/scenery-phet#880
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Oct 28, 2024
1 parent eb91e56 commit 383041e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/common/view/ExperimentModelSwitch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export default class ExperimentModelSwitch extends ABSwitch<boolean> {
isDisposable: false,
centerOnSwitch: true,
toggleSwitchOptions: { size: new Dimension2( 50, 25 ) },

//TODO description: https://github.com/phetsims/scenery-phet/issues/880 ABSwitch does not support accessibleName and helpText.
accessibleName: ModelsOfTheHydrogenAtomStrings.a11y.experimentOrModelStringProperty,
helpText: ModelsOfTheHydrogenAtomStrings.a11y.experimentOrModelHelpTextStringProperty
}, providedOptions );
Expand Down

0 comments on commit 383041e

Please sign in to comment.