From d54daff05c6ec404a8e2c54da419d9de03a806e6 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 17 Jan 2019 12:07:48 -0900 Subject: [PATCH] add ComboBox related bad text, https://github.com/phetsims/chipper/issues/728 --- js/ComboBoxListBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ComboBoxListBox.js b/js/ComboBoxListBox.js index 21052f45..114fa42c 100644 --- a/js/ComboBoxListBox.js +++ b/js/ComboBoxListBox.js @@ -118,7 +118,7 @@ define( require => { //TODO sun#314 a11yClickListener should not be assigned here, it should be set via options or a setter method // a11y - select the property and close on a click event from assistive technology, must be removed in disposal - // of combobox item. Keep track of it on the listItemNode for disposal. + // of combo box item. Keep track of it on the listItemNode for disposal. listItemNode.a11yClickListener = { keydown: event => { if ( KeyboardUtil.KEY_ENTER === event.domEvent.keyCode || KeyboardUtil.KEY_SPACE === event.domEvent.keyCode ) {