Skip to content

Commit

Permalink
tandem name fix, #78
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 6, 2023
1 parent 6c12413 commit 1c567c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/game/model/GameModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class GameModel implements TModel {
numberType: 'Integer',
//TODO https://github.com/phetsims/reactants-products-and-leftovers/issues/78 range
isValidValue: value => ( value >= -1 ),
tandem: tandem.createTandem( 'numberOfChallengesProperty' )
tandem: tandem.createTandem( 'challengeIndexProperty' )
} );

this.gamePhaseProperty = new EnumerationProperty( GamePhase.SETTINGS, {
Expand Down

0 comments on commit 1c567c1

Please sign in to comment.