phetsims / hookes-law

"Hooke's Law" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 4 forks source link

use Enumeration #78

Closed pixelzoom closed 4 years ago

pixelzoom commented 4 years ago

Replace string literals with Enumeration, then replace these StringProperty instances with EnumerationProperty:

pixelzoom commented 4 years ago

Done, closing.