Skip to content

Commit

Permalink
Move TODOs to another issue, see phetsims/tandem#87
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and jessegreenberg committed Apr 21, 2021
1 parent 603ae4f commit a683d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/photon-absorption/model/PhotonAbsorptionModelIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PhotonAbsorptionModelIO = new IOType( 'PhotonAbsorptionModelIO', {
/**
* @public
* @param photonAbsorptionModel
* // TODO: https://github.com/phetsims/tandem/issues/211 is never called
* TODO: eliminate this legacy pattern, see https://github.com/phetsims/tandem/issues/87
*/
clearChildInstances( photonAbsorptionModel ) {
photonAbsorptionModel.clearPhotons();
Expand Down

0 comments on commit a683d5d

Please sign in to comment.