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 e1d596a commit bf7a8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/john-travoltage/view/JohnTravoltageView.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ define( function( require ) {
// @public (read-only) arm and leg - only interactive elements
this.leg = new AppendageNode( model.leg, leg, 25, 28, Math.PI / 2 * 0.7, model.soundEnabledProperty, AppendageRangeMaps.legMap,
tandem.createTandem( 'legNode' ), {
labelContent: legSliderLabelString
labelContent: legSliderLabelString,
labelTagName: 'label'
} );
playAreaNode.addChild( this.leg );

Expand Down

0 comments on commit bf7a8ee

Please sign in to comment.