Skip to content

Commit

Permalink
TODO for #12
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 15, 2023
1 parent e8860a1 commit f445d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/compare/view/BlockValuesNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BlockValuesNode extends Node {
public constructor( leftCurrentNumberProperty: TReadOnlyProperty<number>, rightCurrentNumberProperty: TReadOnlyProperty<number> ) {
super();

// TODO: Fix drawing so initial state can be setup and updated here
//TODO https://github.com/phetsims/number-compare/issues/12 Fix drawing so initial state can be setup and updated here
}

/**
Expand Down

0 comments on commit f445d00

Please sign in to comment.