phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

array.forEach preferred over _.each #88

Closed Denz1994 closed 5 years ago

Denz1994 commented 5 years ago

As part of https://github.com/phetsims/build-a-molecule/issues/83:

array.forEach has been converted from _.each() during disposal calls. This pattern should be expanded throughout all use cases.

Denz1994 commented 5 years ago

Conversion complete; array.forEach() has been implemented.