Closed Denz1994 closed 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.
array.forEach
_.each()
Conversion complete; array.forEach() has been implemented.
array.forEach()
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.