Skip to content

Commit

Permalink
add labels back in because it isn't the default, phetsims/scenery#759,
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 8, 2018
1 parent 2514c09 commit 953f051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/ohms-law/view/SliderUnit.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ define( function( require ) {
accessibleDecimalPlaces: options.accessibleDecimalPlaces,
accessibleValuePattern: options.accessibleValuePattern,
containerTagName: 'li',
labelContent: labelContent
labelContent: labelContent,
labelTagName: 'label'
} );

var symbolText = new Text( symbolString, {
Expand Down

0 comments on commit 953f051

Please sign in to comment.