From bd7b07b1ba7d946f91d795b29de0f1d9f8ef736e Mon Sep 17 00:00:00 2001 From: samreid Date: Wed, 20 Jan 2021 04:17:19 -0700 Subject: [PATCH] Update TODO, see https://github.com/phetsims/bamboo/issues/21 --- js/SpanNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/SpanNode.js b/js/SpanNode.js index 04e584c..8611fdb 100644 --- a/js/SpanNode.js +++ b/js/SpanNode.js @@ -19,7 +19,7 @@ import ChartTransform from './ChartTransform.js'; // Same as the value in Node's validateBounds const notificationThreshold = 1e-13; -//TODO https://github.com/phetsims/bamboo/issues/19 VBox only works for Orientation.HORIZONTAL +//TODO https://github.com/phetsims/bamboo/issues/21 VBox only works for Orientation.HORIZONTAL class SpanNode extends LayoutBox { /**