From ff5c984089c19467304dbec0b87b2aa019717b13 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 4 Jan 2015 16:44:38 +0200 Subject: initial graph_view introduction - mixing circle & force layouts --- src/client/model/util.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/client/model/util.js') 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); }) -- cgit v1.3.1