From 4a6bcd743b6085f79ce503e6d03a9bfd87cf98b1 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 8 Feb 2022 14:35:51 -0700 Subject: [PATCH] convert AlertableDef.ts to typescript, https://github.com/phetsims/scenery/issues/1340 --- js/Checkbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Checkbox.js b/js/Checkbox.js index 1812a568..730ddd0c 100644 --- a/js/Checkbox.js +++ b/js/Checkbox.js @@ -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 );