phetsims / molarity

"Molarity" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/molarity
GNU General Public License v3.0
2 stars 6 forks source link

capitalize molarityAlertManager.js #207

Closed zepumph closed 4 years ago

zepumph commented 4 years ago

This used to be a singleton, but isn't anymore.

zepumph commented 4 years ago

Oops! It actually is still a singleton, it just needs to be initialized by the ScreenView. Closing