diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-08 09:09:03 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-09 06:39:23 +0300 |
| commit | 02e4e2ce0467f7855dfebcaa0a68576714b1e914 (patch) | |
| tree | 7667e6e4b36b71935f37eb59fa8bcba1b2180c64 /src/client/rz_core.js | |
| parent | 1ff4cc238422500a7795260c81aa7248f8e9cbaf (diff) | |
client: remove custom radius that wasn't used anyway. radius is 10. if returned, place in domain specific type information
Diffstat (limited to 'src/client/rz_core.js')
| -rw-r--r-- | src/client/rz_core.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js index 5ab8456f..b4c191dd 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -1,7 +1,7 @@ "use strict" -define(['jquery', 'd3', 'consts', 'rz_bus', 'util', 'model/graph', 'model/core', 'view/helpers', 'view/item_info', 'rz_observer', 'view/selection', 'rz_mesh', 'model/diff', "view/graph_view", 'view/svg_input', 'view/filter_menu'], -function($, d3, consts, rz_bus, util, model_graph, model_core, view_helpers, item_info, rz_observer, selection, rz_mesh, model_diff, graph_view, svg_input, filter_menu) { +define(['jquery', 'd3', 'consts', 'rz_bus', 'util', 'model/graph', 'model/core', 'view/item_info', 'rz_observer', 'view/selection', 'rz_mesh', 'model/diff', "view/graph_view", 'view/svg_input', 'view/filter_menu'], +function($, d3, consts, rz_bus, util, model_graph, model_core, item_info, rz_observer, selection, rz_mesh, model_diff, graph_view, svg_input, filter_menu) { var addednodes = [], vis, |
