Skip to content

Commit

Permalink
option rename after changes in phetsims/sun#499
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed May 8, 2019
1 parent c5ee8e5 commit 45c6a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gravity-force-lab-basics/view/GFLBMassControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define( require => {
color: options.color,

// a11y
a11yPageValueDelta: BILLION_MULTIPLIER * 2,
pageKeyboardStep: BILLION_MULTIPLIER * 2,
labelContent: labelContent,
a11yCreateValueChangeAriaValueText: () => massDescriber.getVerboseMassAriaValueText( thisObjectEnum )
} );
Expand Down

0 comments on commit 45c6a49

Please sign in to comment.