wrap links/nodes in graph

This commit is contained in:
Nils Schneider 2015-03-31 17:21:58 +02:00
commit b8a9ac9a26
4 changed files with 8 additions and 5 deletions

View file

@ -70,7 +70,10 @@ function (config, moment, Router, L, GUI) {
new: newnodes,
lost: lostnodes
},
links: links
graph: {
links: links,
nodes: graph.nodes
}
}
}