Skip to content

Commit

Permalink
rename parentContainerTagName --> containerTagName, phetsims/scenery#748
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 27, 2018
1 parent 3f37e85 commit de10dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/AquaRadioButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define( function( require ) {
// a11y
tagName: 'input',
inputType: 'radio',
parentContainerTagName: 'li',
containerTagName: 'li',
labelTagName: 'label',
prependLabels: true,
a11yNameAttribute: 'aquaRadioButton'
Expand Down

0 comments on commit de10dff

Please sign in to comment.