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 95ce462 commit 787de62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/PhScaleBasicsStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
*/
/* 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 phScaleBasics from './phScaleBasics.js';

type StringsType = {
'ph-scale-basics': {
'titleStringProperty': LinkableProperty<string>;
'titleStringProperty': LocalizedStringProperty;
}
};

Expand Down

0 comments on commit 787de62

Please sign in to comment.