From adc5d3b1d25aaf405e05bc4d4f4c8dc3638768aa Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 15 Feb 2015 18:13:55 +0200 Subject: {client/rz_mesh: make commit_diff__topo input a TopoDiff, relied on by various diffBus listeners --- src/client/rz_mesh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } /** -- cgit v1.3.1