Skip to content

Commit

Permalink
add missing Screen parameterization, add missing 'implements TModel', p…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 15, 2023
1 parent fb3fd75 commit 87917aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/intro/IntroScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import CCKCColors from '../../../circuit-construction-kit-common/js/view/CCKCCol

const introStringProperty = CircuitConstructionKitDcStrings.screen.introStringProperty;

class IntroScreen extends Screen {
class IntroScreen extends Screen<IntroModel, IntroScreenView> {

public constructor( tandem: Tandem ) {

Expand Down

0 comments on commit 87917aa

Please sign in to comment.