Closed pixelzoom closed 1 year ago
Thanks to https://github.com/phetsims/tandem/issues/291, there are many calls to addLinkedElement where the tandemName no longer needs to be specified. For example:
addLinkedElement
- this.addLinkedElement( generationClock, { - tandemName: 'generationClock' - } ); + this.addLinkedElement( generationClock );
This should result in no API changes.
Thanks to https://github.com/phetsims/tandem/issues/291, there are many calls to
addLinkedElement
where the tandemName no longer needs to be specified. For example:This should result in no API changes.