phetsims / circuit-construction-kit-dc

"Circuit Construction Kit: DC" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
11 stars 8 forks source link

Where are ChargeNodes getting removed? #101

Closed samreid closed 7 years ago

samreid commented 7 years ago

It's not obvious from the code where ChargeNodes are removed from the scene graph.

samreid commented 7 years ago

Oh, there's a detach in its dispose. I'll document that.