Skip to content

Commit

Permalink
remove as many LinkableElement usages as possible, using PhetioProper…
Browse files Browse the repository at this point in the history
…ty where we have to, phetsims/tandem#299

Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Jun 20, 2023
1 parent 8559ab1 commit 0a6ec18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/SimulaRasaStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
*/
/* eslint-disable */
import getStringModule from '../../chipper/js/getStringModule.js';
import LinkableProperty from '../../axon/js/LinkableProperty.js';
import type LocalizedStringProperty from '../../chipper/js/LocalizedStringProperty.js';
import simulaRasa from './simulaRasa.js';

type StringsType = {
'simula-rasa': {
'titleStringProperty': LinkableProperty<string>;
'titleStringProperty': LocalizedStringProperty;
};
'screen': {
'nameStringProperty': LinkableProperty<string>;
'nameStringProperty': LocalizedStringProperty;
}
};

Expand Down

0 comments on commit 0a6ec18

Please sign in to comment.