summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-10-13 14:19:49 +0300
committerAlon Levy <alon@pobox.com>2014-10-13 14:28:20 +0300
commite24c80e030949355d05634a550fb2224953f8a1f (patch)
tree27e510b93988139496984474977a3dd48ea7dd3a /scripts
parente9ffa13517464da38d2f87d1673763db0e4136a5 (diff)
drop empty myGraph.updateGraph function
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gant.js5
-rw-r--r--scripts/rhizicore.js4
2 files changed, 0 insertions, 9 deletions
diff --git a/scripts/gant.js b/scripts/gant.js
index fb258014..b7443551 100644
--- a/scripts/gant.js
+++ b/scripts/gant.js
@@ -69,8 +69,6 @@ $('body').bind('DOMMouseScroll', function(e){
function initAxis() {
-
-
var bar_height = 20;
var row_height = bar_height + 10;
var vertical_padding = 150
@@ -182,7 +180,4 @@ function initAxis() {
.attr("transform", "translate(0," + paddingTop + ")")
.attr("class", "axis gantt")
.call(xAxis);
-
- graph.updateGraph();
-
}
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)");
}