Skip to content

Commit

Permalink
Make TimeControlNode.playPauseStepButtons protected, see phetsims/gre…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 10, 2023
1 parent 7bab820 commit 0420208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/TimeControlNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export type TimeControlNodeOptions = SelfOptions & StrictOmit<NodeOptions, 'chil
export default class TimeControlNode extends Node {

// push button for play/pause and (optionally) step forward, step back
private readonly playPauseStepButtons: PlayPauseStepButtonGroup;
protected readonly playPauseStepButtons: PlayPauseStepButtonGroup;

// radio buttons from controlling speed
private readonly speedRadioButtonGroup: TimeSpeedRadioButtonGroup | null;
Expand Down

0 comments on commit 0420208

Please sign in to comment.