diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-12 12:22:05 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-12 12:30:21 +0300 |
| commit | 35fc6c5e97970fdf870f8e2a7a0aa7bc0f0a1474 (patch) | |
| tree | 63881da5053d5eb318a3e807b6b70890b338a682 /src/client | |
| parent | f8824c752daa16e8694ef2cb0790788d6b324d41 (diff) | |
client/rz_mesh: set meta on topo_diff_spec
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/rz_mesh.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/rz_mesh.js b/src/client/rz_mesh.js index 6ef41cd1..126eebb6 100644 --- a/src/client/rz_mesh.js +++ b/src/client/rz_mesh.js @@ -64,7 +64,8 @@ function( util, model_diff, model_util, io, activity) { var topo_diff_spec = { node_set_add: node_set_add, link_set_add: link_ptr_set, node_id_set_rm: topo_diff_spec_raw.node_id_set_rm, - link_id_set_rm: topo_diff_spec_raw.link_id_set_rm }; + link_id_set_rm: topo_diff_spec_raw.link_id_set_rm, + meta: topo_diff_spec_raw.meta }; // [!] note: this is not a pure Topo_Diff object in the sense it contain a link_ptr_set, // not a resolved link object set |
