Skip to content

Commit

Permalink
TODO #344
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 29, 2018
1 parent 73faac0 commit b208599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/VerticalAquaRadioButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ define( function( require ) {
children.push( radioButton );
}

//TODO these options should be added using _.extend(options, {children:..., renderer:....})
options.children = children;
options.children = children; //TODO bad form, if options.children was already set, then this will blow it away
VBox.call( this, options );
}

Expand Down

0 comments on commit b208599

Please sign in to comment.