Skip to content

Commit

Permalink
Addressed TODO: Doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jan 18, 2019
1 parent 7d7337f commit cf7c6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/lab/view/LabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ define( require => {
this.addChild( shelf );
shelf.moveToBack();

// {ReferenceLineNode} Initializes equilibrium line for an attached mass
// Initializes equilibrium line for an attached mass
const equilibriumLineNode = new ReferenceLineNode(
this.modelViewTransform,
model.firstSpring,
Expand Down Expand Up @@ -128,7 +128,7 @@ define( require => {
this.addChild( centerOfOscillationLineNode );

// REVIEW: Local variables shouldn't have visibility
// @public {MassValueControlPanel} Accessed in Basics version to adjust to a larger width.
// Accessed in Basics version to adjust to a larger width.
const massValueControlPanel = new MassValueControlPanel(
model.masses[ 0 ],
this.massNodeIcon,
Expand Down

0 comments on commit cf7c6d4

Please sign in to comment.