Skip to content

Commit

Permalink
Addressing TODO: Updating docs and visibility annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jan 18, 2019
1 parent 6de24c3 commit 34c7b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/lab/view/GravityAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ define( require => {
gravitySlider.addMajorTick( MassesAndSpringsConstants.GRAVITY_RANGE.min, new Text( noneString, {
font: MassesAndSpringsConstants.LABEL_FONT,
tandem: tandem.createTandem( 'gravityNoneText' ), // REVIEW: Tandem should be for the 'Text', not a 'String'?
// *REVIEW: review with JO and update updat
// *REVIEW: review with JO and update
maxWidth: MAX_WIDTH * 0.5
} ) );
gravitySlider.addMajorTick( MassesAndSpringsConstants.GRAVITY_RANGE.max, new Text( lotsString, {
Expand Down
6 changes: 3 additions & 3 deletions js/lab/view/LabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ define( require => {
] );
this.springSystemControlsNode.spacing = this.spacing * 1.2;

// @protected {PeriodTraceNode} REVIEW: If protected, is there a subtype of this referencing periodTraceNode?
// @private {PeriodTraceNode}
this.periodTraceNode = new PeriodTraceNode( model.periodTrace, this.modelViewTransform, model.options.basicsVersion, {
center: this.massEquilibriumLineNode.center
} );
Expand All @@ -165,9 +165,9 @@ define( require => {
}

/**
* @param {number} dt
*
* @public
*
* @param {number} dt
*/
step( dt ) {
this.periodTraceNode.step( dt, this.model.playingProperty );
Expand Down

0 comments on commit 34c7b7a

Please sign in to comment.