From f840e6b0b11b7924c4e4b6f4fb300a729e2d1a4e Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 18 Oct 2023 09:47:25 -0600 Subject: [PATCH] remove TODOs that I now understand better, https://github.com/phetsims/phet-core/issues/103 --- js/Bounds2.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/Bounds2.ts b/js/Bounds2.ts index 30231d7..bd20c36 100644 --- a/js/Bounds2.ts +++ b/js/Bounds2.ts @@ -32,8 +32,6 @@ export type Bounds2StateObject = { maxY: InfiniteNumberStateObject; }; -// TODO: Why does freeToPool get promoted, but nothing else? https://github.com/phetsims/phet-core/issues/103 -// TODO: Do we need TPoolable? Can classes just have a static pool method? https://github.com/phetsims/phet-core/issues/103 export default class Bounds2 implements TPoolable { // The minimum X coordinate of the bounds.