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 c145cf5 commit 64c763d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/motion/view/ItemToolboxNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ define( function( require ) {
// a11y - add acccessibility to the panel surrounding the items
tagName: 'div',
focusable: true,
accessibleLabel: toolboxOptions.accessibleDescription,
useAriaLabel: true
ariaLabel: toolboxOptions.accessibleDescription
}, toolboxOptions ) );

// unique id to quickly get the element in the accessible equivalent of this item in the parallel DOM.
Expand Down

0 comments on commit 64c763d

Please sign in to comment.