summaryrefslogtreecommitdiff
path: root/src/client/rz_core.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-29 14:57:00 +0200
committerAlon Levy <alon@pobox.com>2015-01-05 13:23:57 +0200
commita4adf9cdf1b3f3aa2d85c188c1eb44ab13e0a660 (patch)
tree36b91a35981bceaca99675420214118a4e74797a /src/client/rz_core.js
parent304ff56ede5803daf7820a9aafba77932e79412a (diff)
wip names bus drop, more bacon, fix completer remove names, fix json loading
Diffstat (limited to 'src/client/rz_core.js')
-rw-r--r--src/client/rz_core.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js
index ee42c5c0..2dd62f0e 100644
--- a/src/client/rz_core.js
+++ b/src/client/rz_core.js
@@ -81,7 +81,6 @@ var svgInput = (function() {
});
} else {
graph.update_node(d, {name: newname}, function() {
- rz_bus.names.push([newname]);
update_view__graph(true);
});
// TODO - 'updating' graphic
@@ -300,7 +299,7 @@ function init_force_layout(){
*/
function init_ws_connection(){
if (true == rz_config.backend__maintain_ws_connection){
- rz_mesh.init();
+ rz_mesh.init({graph: graph});
}
}