You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's because I was going for compatibility, and since .on() only added the listener without calling it, lazyLink is the appropriate thing to change it to.
In a50707b for phetsims/scenery#490, @jonathanolson made this change in ConcentrationMeterNode.js:
And in phetsims/scenery#490 (comment), @zepumph asked why
on
was changed tolazyLink
instead oflink
. I'm interested in the answer.The text was updated successfully, but these errors were encountered: