Skip to content

Commit

Permalink
rename accessibleLabel --> labelContent, phetsims/scenery#748
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 30, 2018
1 parent 4371438 commit 8af0dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/molarity/view/MolarityScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ define( function( require ) {

// a11y
labelTagName: 'span',
accessibleLabel: showValuesString,
labelContent: showValuesString,
prependLabels: true
} );
showValuesCheckbox.touchArea = Shape.rectangle( showValuesCheckbox.left, showValuesCheckbox.top - 15, showValuesCheckbox.width, showValuesCheckbox.height + 30 );
Expand Down

0 comments on commit 8af0dd1

Please sign in to comment.