This sim passes tandems via a required constructor parameter. This is an old pattern, and should be replaced with passing tandems via options. Search for `@param {Tandem} tandem` to find most (all?) of the sites that need to be converted.
This sim passes tandems via a required constructor parameter. This is an old pattern, and should be replaced with passing tandems via options.
Search for
@param {Tandem} tandemto find most (all?) of the sites that need to be converted.