Skip to content

Commit

Permalink
remove TODO, #461
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 5, 2022
1 parent 8086c53 commit ee47625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/describers/HandPositionsDescriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ class HandPositionsDescriber {
return distanceRegion;
}

// TODO: capitalized is currently always used, but it would be nice to improve the implementation for voicing context responses, https://github.com/phetsims/ratio-and-proportion/issues/461
public getBothHandsDistance( capitalized: boolean, providedOptions?: HandContextResponseOptions ): string {
const options = optionize<HandContextResponseOptions, StrictOmit<HandContextResponseOptions, 'supportGoBeyondEdgeResponses'>>()( {

Expand Down

0 comments on commit ee47625

Please sign in to comment.