Skip to content

Commit

Permalink
container for position sliders from ul -> div, see phetsims/gravity-f…
Browse files Browse the repository at this point in the history
…orce/lab#111
  • Loading branch information
mbarlow12 committed Oct 30, 2018
1 parent 238d6c0 commit 6e88d2d
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 @@ -121,7 +121,7 @@ define( function( require ) {
} ) );

var massPositionsNode = new Node( {
tagName: 'ul',
tagName: 'div',
labelTagName: 'h3',
labelContent: spherePositionsString,
descriptionContent: spherePositionHelpTextString
Expand Down

0 comments on commit 6e88d2d

Please sign in to comment.