From 94ef04b55bb5172fb6b07ba96a1162ea7edeaf1d Mon Sep 17 00:00:00 2001 From: Mathieu Giraud Date: Tue, 7 Aug 2018 16:08:44 +0200 Subject: [PATCH] js/scatterPlot.js: clean --- browser/js/scatterPlot.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/browser/js/scatterPlot.js b/browser/js/scatterPlot.js index 0a9e7c58d..d8a3626e7 100644 --- a/browser/js/scatterPlot.js +++ b/browser/js/scatterPlot.js @@ -561,8 +561,7 @@ ScatterPlot.prototype = { * compute and update the position of all rectangles representing a clone using selected axis * */ updateBar: function() { - self = this - + //split clones into bar (axisX) this.axisX.init(this.m.clones, this.available_axis[this.splitX].fct); -- GitLab