phetsims / sugar-and-salt-solutions

"Sugar And Salt Solutions" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 1 forks source link

Refactor SugarAndSaltSolutionModel to extend PropertySet #3

Closed samreid closed 6 years ago

samreid commented 9 years ago

Refactor SugarAndSaltSolutionModel to extend PropertySet. Numerous properties are declared in the constructor. Getters, setters and reset() will be simpler through PropertySet subclassing.

veillette commented 6 years ago

Since PhET decided to move away from PropertySet, I'll close this issue.