From: Zach Panzarino Date: Wed, 10 Aug 2016 01:35:34 +0000 (+0000) Subject: Remove unneeded trailing commas X-Git-Tag: v2.2.2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abfbdd5f312bc3be7add68f356fcaf097ca938f9;p=thirdparty%2FChart.js.git Remove unneeded trailing commas --- diff --git a/src/controllers/controller.bar.js b/src/controllers/controller.bar.js index e12e802ea..46d44fe16 100644 --- a/src/controllers/controller.bar.js +++ b/src/controllers/controller.bar.js @@ -500,7 +500,7 @@ module.exports = function(Chart) { categorySpacing: categorySpacing, fullBarHeight: fullBarHeight, barHeight: barHeight, - barSpacing: barSpacing, + barSpacing: barSpacing }; }, diff --git a/src/scales/scale.linearbase.js b/src/scales/scale.linearbase.js index 53beb4d06..e9e8cefa6 100644 --- a/src/scales/scale.linearbase.js +++ b/src/scales/scale.linearbase.js @@ -120,6 +120,6 @@ module.exports = function(Chart) { me.zeroLineIndex = me.ticks.indexOf(0); Chart.Scale.prototype.convertTicksToLabels.call(me); - }, + } }); }; \ No newline at end of file