From 931230a1a8e104212623d2df45b3ae4154e61ec2 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Tue, 11 Jun 2024 06:26:29 -0600 Subject: [PATCH] delete vestigial TODO, https://github.com/phetsims/gas-properties/issues/231 --- js/common/model/Particle.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/common/model/Particle.ts b/js/common/model/Particle.ts index 6e04d986..f53990a4 100644 --- a/js/common/model/Particle.ts +++ b/js/common/model/Particle.ts @@ -44,7 +44,6 @@ export type ParticleStateObject = { vy: number; }; -//TODO https://github.com/phetsims/gas-properties/issues/231 implement TPoolable ? export default class Particle { // These are settable in the Diffusion screen