diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-13 14:19:49 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-13 14:28:20 +0300 |
| commit | e24c80e030949355d05634a550fb2224953f8a1f (patch) | |
| tree | 27e510b93988139496984474977a3dd48ea7dd3a /scripts/rhizicore.js | |
| parent | e9ffa13517464da38d2f87d1673763db0e4136a5 (diff) | |
drop empty myGraph.updateGraph function
Diffstat (limited to 'scripts/rhizicore.js')
| -rw-r--r-- | scripts/rhizicore.js | 4 |
1 files changed, 0 insertions, 4 deletions
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)"); } |
