Skip to content

Commit

Permalink
Removed completed TODOs, see #64
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 15, 2018
1 parent cb6fa54 commit 6e12f9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/friction/model/FrictionModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,10 @@ define( function( require ) {
} );

// @public - array of all Atoms which able to evaporate, need for resetting game
// TODO: Why does the model have arrays of Nodes?
this.toEvaporateSample = [];

// @public (read-only) - current set of Atoms which may evaporate, but not yet evaporated (generally the lowest
// row in the top book)
// TODO: it seems incorrect to have a list of Nodes in the model
this.toEvaporate = [];

// @public - atoms temperature = amplitude of oscillation
Expand Down

0 comments on commit 6e12f9f

Please sign in to comment.