Remove unused variables

This commit is contained in:
Javi Martín
2019-07-02 02:37:07 +02:00
parent 0ef75ff199
commit 36a557927a
13 changed files with 20 additions and 25 deletions

View File

@@ -263,7 +263,7 @@
};
ProposalGraph.prototype.formatXColumnValues = function () {
var i, l, parts;
var i, l;
this.xColumnValues = this.xColumnValues.sort();