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 8203704 commit 726f8a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/vegas-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import FiniteChallengesScreenView from './demo/FiniteChallengesScreenView.js';
import InfiniteChallengesScreenView from './demo/InfiniteChallengesScreenView.js';
import VegasStrings from './VegasStrings.js';
import ComponentsScreenView from './demo/components/ComponentsScreenView.js';
import TModel from '../../joist/js/TModel.js';

// constants
const vegasTitleStringProperty = VegasStrings.vegas.titleStringProperty;
Expand All @@ -25,7 +26,7 @@ const simOptions: SimOptions = {
}
};

class VegasModel {
class VegasModel implements TModel {
public reset(): void { /* nothing to do */ }
}

Expand Down

0 comments on commit 726f8a6

Please sign in to comment.