Skip to content

Commit

Permalink
delete voicingHintResponse from SelfOptions, #773
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 6, 2022
1 parent bcdc5bb commit c3720b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/buttons/RectangularRadioButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ type SelfOptions = {
a11yHighlightXDilation?: number;
a11yHighlightYDilation?: number;

//TODO https://github.com/phetsims/sun/issues/773 should not be defined in SelfOptions, and is not used by super
// voicing - hint response added to the focus response, and nowhere else.
voicingHintResponse?: VoicingResponse;

// Applied to each button, or each button + optional label.
// This is not handled via radioButtonOptions because we may have an optional label in addition to the button.
touchAreaXDilation?: number;
Expand Down Expand Up @@ -120,7 +116,6 @@ export default class RectangularRadioButtonGroup<T> extends FlowBox {
labelSpacing: 0,
a11yHighlightXDilation: 0,
a11yHighlightYDilation: 0,
voicingHintResponse: null,
touchAreaXDilation: 0,
touchAreaYDilation: 0,
mouseAreaXDilation: 0,
Expand Down

0 comments on commit c3720b8

Please sign in to comment.