Remove malformed comment

Fixes https://github.com/chartjs/Chart.js/issues/4181
This commit is contained in:
Ben McCann 2017-04-25 20:29:40 -07:00 committed by Evert Timberg
parent a75ae13b07
commit 8811759e1c

View File

@ -18,7 +18,7 @@ module.exports = function(Chart) {
var data = this.chart.data;
return (this.isHorizontal() ? data.xLabels : data.yLabels) || data.labels;
},
// Implement this so that
determineDataLimits: function() {
var me = this;
var labels = me.getLabels();