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 looks like Track.js used to be driven by axon/Events.js, but sim now uses Emitter. Sim search for .events shows one reference in Track.js, the definition. I believe events can be removed from instance variables in Track.js. The events arg could be renamed to model, all usages of new Track pass in an EnergySkateParkBasicsModel as first arg.
The text was updated successfully, but these errors were encountered:
It looks like
Track.js
used to be driven byaxon/Events.js
, but sim now usesEmitter
. Sim search for.events
shows one reference inTrack.js
, the definition. I believeevents
can be removed from instance variables inTrack.js
. Theevents
arg could be renamed tomodel
, all usages ofnew Track
pass in anEnergySkateParkBasicsModel
as first arg.The text was updated successfully, but these errors were encountered: