From 4fa89d42373bc924e7408e255a96fc3f56666572 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 10 Jul 2019 21:45:36 +0000 Subject: [PATCH] Discard a TODO --- Layout.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Layout.js b/Layout.js index e26ab6b..df32ec4 100644 --- a/Layout.js +++ b/Layout.js @@ -3,7 +3,6 @@ class Layout { this.graph_ = graph; this.nodes_ = []; - // TODO: value should be a set, not a single value, for groups this.nodesByPos_ = new StringMap(); this.nodesByGraphNode_ = new Map(); this.linksByPos_ = new StringMap();