diff --git a/js/compare/view/BlockValuesNode.ts b/js/compare/view/BlockValuesNode.ts index a3e2cf4..e3804ea 100644 --- a/js/compare/view/BlockValuesNode.ts +++ b/js/compare/view/BlockValuesNode.ts @@ -21,7 +21,7 @@ class BlockValuesNode extends Node { public constructor( leftCurrentNumberProperty: TReadOnlyProperty, rightCurrentNumberProperty: TReadOnlyProperty ) { 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 } /**