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 21f64c6 commit 4ae78f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/wilder/model/WilderModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import wilder from '../../wilder.js';
import WilderOptionsPatterns from './WilderOptionsPatterns.js';
import WilderEnumerationPatterns from './WilderEnumerationPatterns.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import TModel from '../../../../joist/js/TModel.js';

// Commented out for the currently-unsupported ES6 features
// const Utils = require( '/dot/js/Utils' );
Expand All @@ -26,7 +27,7 @@ type WilderModelOptions = {
tandem: Tandem;
};

class WilderModel {
class WilderModel implements TModel {
private wilderOptionsPatterns: WilderOptionsPatterns;
private wilderEnumerationPatterns: WilderEnumerationPatterns;

Expand Down

0 comments on commit 4ae78f2

Please sign in to comment.