diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 23:58:25 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 23:58:25 +0200 |
| commit | 9cf21a8b3a1289ed7deccb1e85d62a0379600650 (patch) | |
| tree | 29d590845c0c758b2b5512fba8e0e64bc32fb1bd /src/client/view/graph_view.js | |
| parent | bbf2cb9cdfab12d3949721a8d4c853557c5dfb84 (diff) | |
client: rename consistently links__delete, nodes__delete
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 6fc2a72f..02bb8964 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -285,7 +285,7 @@ function GraphView(spec) { view.edge_info.on_delete(function () { view.edge_info.hide(); - graph.links_rm([that.link]); + graph.links__delete([that.link.id]); }); view.edge_info.show(d); selection.update([src, dst], d3.event.shiftKey); |
