diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-04 16:44:38 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-05 13:23:57 +0200 |
| commit | ff5c984089c19467304dbec0b87b2aa019717b13 (patch) | |
| tree | 91a10398f03988516f44672078e3705b8d2555cb /src/client/model/util.js | |
| parent | d50ec127af2fe7c7276380e10fce00496580fd58 (diff) | |
initial graph_view introduction - mixing circle & force layouts
Diffstat (limited to 'src/client/model/util.js')
| -rw-r--r-- | src/client/model/util.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/model/util.js b/src/client/model/util.js index 25d419bf..20472fda 100644 --- a/src/client/model/util.js +++ b/src/client/model/util.js @@ -106,11 +106,6 @@ define([ 'jquery', 'model/diff' ], function($, model_diff) { var new_n_set = $.extend([], n_set); var new_l_set = $.extend([], l_set); - // filter out 'bubble' nodes - new_n_set = new_n_set.filter(function(n) { - return 'bubble' != n.type; - }); - new_n_set = $.map(new_n_set, function(n, _) { return adapt_format_write_node(n); }) |
