Skip to content

Commit

Permalink
Update TODO issue, see: #131
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Jan 17, 2024
1 parent e77c9da commit 7573cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/leveling-out/view/DraggableChocolate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import WithRequired from '../../../../phet-core/js/types/WithRequired.js';
type SelfOptions = EmptySelfOptions;
type DraggableChocolateNodeOptions = SelfOptions & StrictOmit<WithRequired<NodeOptions, 'tandem'>, '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;
Expand Down

0 comments on commit 7573cc8

Please sign in to comment.