Skip to content

Commit

Permalink
reuse preferences controls, phetsims/number-pairs#22
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Dec 9, 2024
1 parent ce9807b commit 953a627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/common/view/AutoHearControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class AutoHearControl extends Node {
speechSynthesisAnnouncer: NumberSuiteCommonSpeechSynthesisAnnouncer,
labelStringProperty: TReadOnlyProperty<string>,
descriptionStringProperty: TReadOnlyProperty<string>,
visible: boolean
visible = true
) {

super( {
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/SecondLanguageControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Property from '../../../../axon/js/Property.js';
type SelfOptions = EmptySelfOptions;
type SecondLanguageControlOptions = SelfOptions & StrictOmit<VBoxOptions, 'children'>;

type SecondLanguageProperties = {
export type SecondLanguageProperties = {
showSecondLocaleProperty: Property<boolean>;
isPrimaryLocaleProperty: Property<boolean>;
secondLocaleProperty: LocaleProperty;
Expand Down

0 comments on commit 953a627

Please sign in to comment.