Skip to content

Commit

Permalink
add missing visibility annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 19, 2020
1 parent 8f89231 commit 4c18130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/buttons/RoundMomentaryButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ function RoundMomentaryButton( valueOff, valueOn, property, options ) {
phetioType: RoundMomentaryButtonIO
}, options );

// Note it shares a tandem with this, so the emitter will be instrumented as a child of the button
// @public Note it shares a tandem with this, so the emitter will be instrumented as a child of the button
this.buttonModel = new MomentaryButtonModel( valueOff, valueOn, property, options );

RoundButtonView.call( this, this.buttonModel, new MomentaryButtonInteractionStateProperty( this.buttonModel ), options );
}

Expand Down

0 comments on commit 4c18130

Please sign in to comment.