Skip to content

Commit

Permalink
remove list structure from MassControls, #161
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 29, 2019
1 parent 0191a0c commit f3643fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gravity-force-lab/view/GravityForceLabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ define( function( require ) {
var massControlsNode = new Node( {
labelTagName: 'h3',
labelContent: massControlsLabelString,
tagName: 'ul',
tagName: 'div',
descriptionContent: massControlsHelpTextString
} );
this.playAreaNode.addChild( massControlsNode );
Expand Down

0 comments on commit f3643fa

Please sign in to comment.