Skip to content

Commit

Permalink
add missing Screen parameterization, add missing 'implements TModel', #…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 15, 2023
1 parent 8c41ace commit 092aaa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/HomeScreenModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import IntentionalAny from '../../phet-core/js/types/IntentionalAny.js';
import Tandem from '../../tandem/js/Tandem.js';
import joist from './joist.js';
import Screen from './Screen.js';
import TModel from './TModel.js';

class HomeScreenModel {
class HomeScreenModel implements TModel {
public simScreens: Screen[]; // screens in the simulations that are not the HomeScreen
public screenProperty: Property<Screen>;
public selectedScreenProperty: Property<Screen>;
Expand Down

0 comments on commit 092aaa2

Please sign in to comment.