Skip to content

Commit

Permalink
Change TReadOnlyProperty => LinkableProperty, see phetsims/axon#414
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 26, 2022
1 parent 9739d41 commit 1d5c59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/GeometricOpticsBasicsStrings.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 TReadOnlyProperty from '../../axon/js/TReadOnlyProperty.js';
import LinkableProperty from '../../axon/js/LinkableProperty.js';
import geometricOpticsBasics from './geometricOpticsBasics.js';

type StringsType = {
'geometric-optics-basics': {
'titleStringProperty': TReadOnlyProperty<string>;
'titleStringProperty': LinkableProperty<string>;
}
};

Expand Down

0 comments on commit 1d5c59c

Please sign in to comment.