Just abuse classes for grid linkage

This commit is contained in:
Ian Gulliver
2019-07-13 22:30:37 +00:00
parent 405b170c6a
commit a4630ba92a
5 changed files with 17 additions and 21 deletions

View File

@@ -58,6 +58,7 @@ class Graph {
return;
}
this.label = item.label;
this.labelId = item.id;
}
processLink(item) {