Layout checkout, fix TODO in Collection

This commit is contained in:
Ian Gulliver
2019-07-03 03:36:48 +00:00
parent ccfec376ce
commit 4cc0b09d9b
3 changed files with 48 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
function onmessage(def) {
new Graph(def);
let graph = new Graph(def);
let layout = new Layout(graph);
}
<!--# include file="Graph.js" -->
<!--# include file="Layout.js" -->