Remove unneeded trailing commas

This commit is contained in:
Zach Panzarino 2016-08-10 01:35:34 +00:00
parent 6e9ee1f137
commit abfbdd5f31
2 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@ module.exports = function(Chart) {
categorySpacing: categorySpacing,
fullBarHeight: fullBarHeight,
barHeight: barHeight,
barSpacing: barSpacing,
barSpacing: barSpacing
};
},

View File

@ -120,6 +120,6 @@ module.exports = function(Chart) {
me.zeroLineIndex = me.ticks.indexOf(0);
Chart.Scale.prototype.convertTicksToLabels.call(me);
},
}
});
};