Skip to content

Commit

Permalink
convert AlertableDef.ts to typescript, phetsims/scenery#1340
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 8, 2022
1 parent b15d3f7 commit 4a6bcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Checkbox extends Voicing( Node, 0 ) {
inputType: 'checkbox',
appendDescription: true,

// {AlertableDef|null} - Utterances to be spoken with a screen reader after the checkbox is pressed.
// {TAlertableDef|null} - Utterances to be spoken with a screen reader after the checkbox is pressed.
checkedContextResponse: null,
uncheckedContextResponse: null
}, options );
Expand Down

0 comments on commit 4a6bcd7

Please sign in to comment.