Skip to content

Commit

Permalink
rename a11yMapValue-> a11yMapPDOMValue, phetsims/sun#669
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 13, 2020
1 parent a9cbb7e commit ff692ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ohms-law/view/SliderUnit.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class SliderUnit extends Node {
containerTagName: 'div', // this div helps the a11y view look a bit better
labelContent: labelContent,
labelTagName: 'label',
a11yMapValue: value => Utils.toFixedNumber( value, options.decimalPlaces ),
a11yMapPDOMValue: value => Utils.toFixedNumber( value, options.decimalPlaces ),

// phet-io
tandem: options.tandem.createTandem( 'slider' )
Expand Down

0 comments on commit ff692ba

Please sign in to comment.