Skip to content

Commit

Permalink
TODO #314
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 20, 2019
1 parent 87be292 commit 39a8458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ define( require => {
stroke: options.buttonStroke,
lineWidth: options.buttonLineWidth,

//TODO sun#314 need to pass a11yLabel?
//TODO sun#314 need to add a11y options?

// phet-io
tandem: options.tandem.createTandem( 'button' )
Expand All @@ -128,7 +128,7 @@ define( require => {
lineWidth: options.listLineWidth,
visible: false

//TODO sun#314 need to any a11y options?
//TODO sun#314 need to add a11y options?
} );
listParent.addChild( this.listBox );
this.listParent = listParent; // @private
Expand Down

0 comments on commit 39a8458

Please sign in to comment.