@@ -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" -->
The note is not visible to the blocked user.