Skip to content

Commit

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

// REVIEW: No visibility annotations on consts
// @public {ReferenceLineNode} Initializes equilibrium line for an attached mass
// {ReferenceLineNode} Initializes equilibrium line for an attached mass
const equilibriumLineNode = new ReferenceLineNode(
this.modelViewTransform,
model.firstSpring,
Expand Down

0 comments on commit 7d7337f

Please sign in to comment.