From 447801c45a544e518fb55bf5283117869f41f754 Mon Sep 17 00:00:00 2001 From: dibsyjr1 Date: Wed, 13 Apr 2016 18:51:32 +0100 Subject: [PATCH] Returned Chart.js build file back to normal --- dist/Chart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Chart.js b/dist/Chart.js index 61a087c55..f2d90192b 100644 --- a/dist/Chart.js +++ b/dist/Chart.js @@ -2268,11 +2268,11 @@ module.exports = function(Chart) { if (chart.data.datasets.length) { for (var i = 0; i < chart.data.datasets[0].data.length; ++i) { - text.push('
  • '); + text.push('
  • '); if (chart.data.labels[i]) { text.push(chart.data.labels[i]); } - text.push('
  • '); + text.push(''); } } -- 2.47.2