summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-15 18:13:55 +0200
committerAlon Levy <alon@pobox.com>2015-02-15 18:42:11 +0200
commitadc5d3b1d25aaf405e05bc4d4f4c8dc3638768aa (patch)
tree4f7a72f8da49d6905e4cba200e4d709573e521e7
parentb298803c1c168a37695ee8b6fa95cabeb3d9dcdc (diff)
{client/rz_mesh: make commit_diff__topo input a TopoDiff, relied on by various diffBus listeners
-rw-r--r--src/client/rz_mesh.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rz_mesh.js b/src/client/rz_mesh.js
index f452a833..e32a96b7 100644
--- a/src/client/rz_mesh.js
+++ b/src/client/rz_mesh.js
@@ -73,7 +73,7 @@ define([ 'util', 'model/diff', 'model/util', 'socketio'], function(util, model_d
console.log('ws: rx: ws_diff_merge__topo, committing wire-adapted topo_diff:', topo_diff);
- rz_mesh_graph_ref.commit_diff__topo(topo_diff_spec);
+ rz_mesh_graph_ref.commit_diff__topo(model_diff.new_topo_diff(topo_diff_spec));
}
/**