phetsims / normal-modes

"Normal Modes" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 2 forks source link

Tandems should be passed via options. #70

Open pixelzoom opened 2 years ago

pixelzoom commented 2 years ago

This sim passes tandems via a required constructor parameter. This is an old pattern, and should be replaced with passing tandems via options.

Search for @param {Tandem} tandem to find most (all?) of the sites that need to be converted.