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

5
render.js Normal file
View File

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