From e24c80e030949355d05634a550fb2224953f8a1f Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 13 Oct 2014 14:19:49 +0300 Subject: drop empty myGraph.updateGraph function --- scripts/rhizicore.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/rhizicore.js') diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index 86a560a9..f5b4176a 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -387,10 +387,6 @@ function myGraph(el) { } } - this.updateGraph = function() { - - } - this.recenterZoom = function() { vis.attr("transform", "translate(0,0)scale(1)"); } -- cgit v1.3.1