diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-06 21:40:40 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-06 21:40:40 +0200 |
| commit | 546ee33efaaa0df3e121a7ba5c16bc3aa1a0aeeb (patch) | |
| tree | f5e5743f5d9cab413efae79f4a867161cd955e45 /src/client/view/graph_view.js | |
| parent | a7d4e65fa944e2174f6f20a20c3ad0b37c2c0304 (diff) | |
client: adapt to new node_id_set_add and link_id_set_add, renames all around
Diffstat (limited to 'src/client/view/graph_view.js')
| -rw-r--r-- | src/client/view/graph_view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 96c6dee1..df703892 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -151,7 +151,7 @@ function GraphView(spec) { view.node_info.on_delete(function() { var topo_diff = model_diff.new_topo_diff({ - node_set_rm: [node.id] + node_id_set_rm: [node.id] }); console.log("closing node info"); closed = true; |
