diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-05 13:23:35 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-05 13:24:27 +0200 |
| commit | 92425b0dcd17c7dbca92552d0c03fa8b96b6a13f (patch) | |
| tree | 7eca451cf36f83f9870ca350300e65a22dddb1d0 /src/client/view/selection.js | |
| parent | 99b80264f20ce722e958a7ee11b1aea9c06b4da5 (diff) | |
client: renames (find - all are lower case underscore separates) plus clone+input-to-diff to db and back flow working
Diffstat (limited to 'src/client/view/selection.js')
| -rw-r--r-- | src/client/view/selection.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/selection.js b/src/client/view/selection.js index a45f4b2b..2f2c20fb 100644 --- a/src/client/view/selection.js +++ b/src/client/view/selection.js @@ -59,7 +59,7 @@ function updateSelectedNodesBus(new_selected_nodes) } function byVisitors(node_selector, link_selector) { - var new_selected_nodes = get_rz_core().main_graph.findByVisitors(node_selector, link_selector); + var new_selected_nodes = get_rz_core().main_graph.find__by_visitors(node_selector, link_selector); clear(); connectedComponent(new_selected_nodes); |
