From 87917aa9a114a26c96ddf42dc3f12e7c9991b55c Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Wed, 15 Feb 2023 13:16:21 -0700 Subject: [PATCH] add missing Screen parameterization, add missing 'implements TModel', https://github.com/phetsims/joist/issues/886 --- js/intro/IntroScreen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/intro/IntroScreen.ts b/js/intro/IntroScreen.ts index d41de7b..a0d9858 100644 --- a/js/intro/IntroScreen.ts +++ b/js/intro/IntroScreen.ts @@ -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 { public constructor( tandem: Tandem ) {