lib/schemap/schemap.html in schemap-0.0.1 vs lib/schemap/schemap.html in schemap-0.0.2

- old
+ new

@@ -69,10 +69,9 @@ node.append("title") .text(function(d) { return d.name; }); node.on('mouseover', function(d) { - debugger var table = d3.select(this).text(); var text = '<b>' + table + '</b><br>' graph.attributes.forEach(function(attr) { if (attr.table === table) { text = text + '<br>' + attr.attrs.join('<br>');