Skip to content

Commit

Permalink
remove vestigial a11y option, see phetsims/tasks#908
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jan 11, 2018
1 parent 8518251 commit 97f5c0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/VerticalCheckBoxGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ define( function( require ) {
//Attach each item to an invisible strut to make the widths match.
var content = new Path( Shape.rect( 0, 0, maxWidth + options.padding - offset, 0 ), { children: [ item.content ] } );
var checkBox = new CheckBox( content, item.property, {
textDescription: item.label + ': Checkbox (' + 'unchecked' + ')',
checkBoxColor: options.checkBoxColor,
boxWidth: options.boxWidth,
tandem: item.tandem || Tandem.optional
Expand Down

0 comments on commit 97f5c0a

Please sign in to comment.