From 7573cc8f95c2311c243cc0e52a7be303410b398b Mon Sep 17 00:00:00 2001 From: Marla Schulz Date: Wed, 17 Jan 2024 12:52:49 -0700 Subject: [PATCH] Update TODO issue, see: https://github.com/phetsims/mean-share-and-balance/issues/131 --- js/leveling-out/view/DraggableChocolate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/leveling-out/view/DraggableChocolate.ts b/js/leveling-out/view/DraggableChocolate.ts index 0640c101..d071219f 100644 --- a/js/leveling-out/view/DraggableChocolate.ts +++ b/js/leveling-out/view/DraggableChocolate.ts @@ -24,7 +24,7 @@ import WithRequired from '../../../../phet-core/js/types/WithRequired.js'; type SelfOptions = EmptySelfOptions; type DraggableChocolateNodeOptions = SelfOptions & StrictOmit, 'children'>; -// TODO: Should this be renamed ChocolateBarNode? https://github.com/phetsims/mean-share-and-balance/issues/131 +// TODO: Rename to CandyBarSketch? https://github.com/phetsims/mean-share-and-balance/issues/119 export default class DraggableChocolate extends InteractiveHighlighting( Node ) { public readonly dragListener: DragListener;