Skip to content

Commit

Permalink
add missing Screen parameterization in my sims, phetsims/joist#886
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 15, 2023
1 parent acbad47 commit 3aa89a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/linegame/GSILineGameScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import graphingSlopeIntercept from '../graphingSlopeIntercept.js';
import GSILineGameModel from './model/GSILineGameModel.js';
import GSILineGameScreenView from './view/GSILineGameScreenView.js';

export default class GSILineGameScreen extends Screen {
export default class GSILineGameScreen extends Screen<GSILineGameModel, GSILineGameScreenView> {

public constructor( tandem: Tandem, backgroundColorProperty: Property<Color | string> ) {

Expand Down

0 comments on commit 3aa89a5

Please sign in to comment.