Skip to content

Commit

Permalink
options are optional, #457
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 1, 2022
1 parent 946d138 commit 352d98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/describers/BothHandsDescriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BothHandsDescriber {
inProportionProperty, enabledRatioTermsRangeProperty, this.ratioLockedProperty );
}

getBothHandsContextResponse( recentlyMovedRatioTerm: RatioInputModality, providedOptions: HandContextResponseOptions ): string {
getBothHandsContextResponse( recentlyMovedRatioTerm: RatioInputModality, providedOptions?: HandContextResponseOptions ): string {

const options = optionize<HandContextResponseOptions, StrictOmit<HandContextResponseOptions, 'distanceResponseType'>>()( {
supportGoBeyondEdgeResponses: true
Expand Down

0 comments on commit 352d98d

Please sign in to comment.