Skip to content

Commit

Permalink
remove prependLabels, phetsims/scenery#753
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 8, 2018
1 parent 2bc18d3 commit 3d41982
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ define( function( require ) {
// label for the radio option
var radioLabel = new Text( 'ABSwitch as a radio button group', { font: font } );
radioButtonParent.addChild( radioLabel );


// a11y
var parent = new Node( {
tagName: 'div',
labelTagName: 'h3',
innerContent: 'Circle or Square',
prependLabels: true
innerContent: 'Circle or Square'
} );
radioButtonParent.addChild( parent );

Expand Down

0 comments on commit 3d41982

Please sign in to comment.