diff --git a/Architype.js b/Architype.js index d393186..a7dc867 100644 --- a/Architype.js +++ b/Architype.js @@ -547,8 +547,8 @@ class Architype { - - + + new Architype(document.getElementById('architype')); diff --git a/Graph.js b/Graph.js index da3e17e..90e4dae 100644 --- a/Graph.js +++ b/Graph.js @@ -133,7 +133,3 @@ class Graph { - -function onmessage(def) { - new Graph(def); -} diff --git a/render.js b/render.js new file mode 100644 index 0000000..71d3b1c --- /dev/null +++ b/render.js @@ -0,0 +1,5 @@ +function onmessage(def) { + new Graph(def); +} + +