Pull out the temporary render hook

This commit is contained in:
Ian Gulliver
2019-07-03 03:24:15 +00:00
parent 4855cdb626
commit ccfec376ce
3 changed files with 7 additions and 6 deletions

View File

@@ -133,7 +133,3 @@ class Graph {
<!--# include file="GraphGroup.js" -->
<!--# include file="GraphLink.js" -->
<!--# include file="GraphNode.js" -->
function onmessage(def) {
new Graph(def);
}