Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 19, 2020
2 parents b305e18 + 4c18130 commit e1c1ee5
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 e1c1ee5

Please sign in to comment.