Skip to content

Commit

Permalink
Update VectorsScreenView.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KatieWoe authored Jul 18, 2018
1 parent a6acb6b commit 480034a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/vectors/view/VectorsScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ define( function( require ) {
var vectorVisibilityControlNode = new VectorVisibilityControlNode(
model,
tandem.createTandem( 'vectorVisibilityControlNode' ), {
maxWidth: MassesAndSpringsConstants.PANEL_MAX_WIDTH,
maxWidth: MassesAndSpringsConstants.PANEL_MAX_WIDTH
} );

// VBox that contains all of the panel's content
Expand Down Expand Up @@ -137,4 +137,4 @@ define( function( require ) {
massesAndSprings.register( 'VectorsScreenView', VectorsScreenView );

return inherit( TwoSpringScreenView, VectorsScreenView );
} );
} );

0 comments on commit 480034a

Please sign in to comment.