Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jun 25, 2018
1 parent 0626a96 commit b8dc231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/GravityAndDampingControlNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ define( function( require ) {
// If PlanetX hide the slider and update gravity
if ( newBody === Body.PLANET_X ) {
questionTextNode.visible = true;
gravitySliderTitle.visible = true
gravitySliderTitle.visible = true;
gravitySlider.visible = !questionTextNode.visible;
gravityProperty.set( body.gravity );
}
Expand Down

0 comments on commit b8dc231

Please sign in to comment.