Skip to content

Commit

Permalink
Move LocaleSwitch.ts to number suite common, see: phetsims/number-pai…
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Dec 12, 2024
1 parent e4ae0b2 commit 6583095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/LocaleSwitch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import StringUtils from '../../../../phetcommon/js/util/StringUtils.js';
import PhetFont from '../../../../scenery-phet/js/PhetFont.js';
import { Text } from '../../../../scenery/js/imports.js';
import ABSwitch from '../../../../sun/js/ABSwitch.js';
import numberPlay from '../../numberPlay.js';
import numberSuiteCommon from '../../numberSuiteCommon.js';

// constants
const TOGGLE_SWITCH_SIZE = new Dimension2( 40, 20 );
Expand Down Expand Up @@ -75,4 +75,4 @@ export default class LocaleSwitch extends ABSwitch<boolean> {
}
}

numberPlay.register( 'LocaleSwitch', LocaleSwitch );
numberSuiteCommon.register( 'LocaleSwitch', LocaleSwitch );

0 comments on commit 6583095

Please sign in to comment.