Skip to content

Commit

Permalink
Fix lint error, see #216
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Jan 7, 2020
1 parent 8cfc404 commit fe39c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/systems/model/TeaKettle.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ define( require => {
range: new Range( 0, EFACConstants.MAX_ENERGY_PRODUCTION_RATE ),
tandem: tandem.createTandem( 'energyProductionRateProperty' ),
phetioReadOnly: true,
phetioHighFrequency: true,
phetioHighFrequency: true
} );

// @public
Expand Down

0 comments on commit fe39c56

Please sign in to comment.