Pull out the temporary render hook
This commit is contained in:
@@ -547,8 +547,8 @@ class Architype {
|
||||
<!--# include file="EditorLink.js" -->
|
||||
<!--# include file="EditorNode.js" -->
|
||||
|
||||
<!--# include file="Graph.js" -->
|
||||
|
||||
<!--# include file="utils.js" -->
|
||||
|
||||
<!--# include file="render.js" -->
|
||||
|
||||
new Architype(document.getElementById('architype'));
|
||||
|
||||
4
Graph.js
4
Graph.js
@@ -133,7 +133,3 @@ class Graph {
|
||||
<!--# include file="GraphGroup.js" -->
|
||||
<!--# include file="GraphLink.js" -->
|
||||
<!--# include file="GraphNode.js" -->
|
||||
|
||||
function onmessage(def) {
|
||||
new Graph(def);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user