Skip to content

Commit

Permalink
useAriaLabel -> ariaLabel setter, phetsims/scenery#748
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 26, 2018
1 parent 83a7fbe commit d5df3b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/buttons/ResetAllButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ define( function( require ) {
// a11y
tagName: 'input',
inputType: 'button',
accessibleLabel: resetAllButtonNameString,
useAriaLabel: true,
ariaLabel: resetAllButtonNameString,

// We want to be able to make the ResetAllButton fully interoperable, which means opting in and passing that to
// the button model.
Expand Down

0 comments on commit d5df3b3

Please sign in to comment.