Skip to content

Commit

Permalink
doc fixes, #450
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Jan 17, 2019
1 parent 41792a6 commit 2e186c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ComboBoxListItemNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ define( require => {

super( options );

// Only set if defined, since it is an option, see ComboBox.createItem
// Only set if defined, since it is an option, see ComboBoxItem
if ( options.a11yLabel ) {
this.a11yLabel = options.a11yLabel;
this.innerContent = options.a11yLabel; //TODO #314 is this correct? if so, document why.
Expand Down

0 comments on commit 2e186c2

Please sign in to comment.