]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
commas to pass jshint 1597/head
authorTanner Linsley <tannerlinsley@gmail.com>
Sat, 31 Oct 2015 22:09:11 +0000 (16:09 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Sat, 31 Oct 2015 22:09:11 +0000 (16:09 -0600)
src/controllers/controller.doughnut.js
src/controllers/controller.polarArea.js

index 7e724d15c564779548392be99267c1cdafc9639b..e6992814dab7a162487433849c4d6032b87b53f2 100644 (file)
@@ -22,7 +22,7 @@
                // Need to override these to give a nice default
                tooltips: {
                        callbacks: {
-                               title: function() { return '' },
+                               title: function() { return '';},
                                label: function(tooltipItem, data) {
                                        return data.labels[tooltipItem.index] + ': ' + data.datasets[tooltipItem.datasetIndex].data[tooltipItem.index];
                                }
index 6bcc6e0df1e7a58a3e0ae5dfd91694dac097d89c..cca8a65b82a886cce616b6809c50789dae657c15 100644 (file)
@@ -21,7 +21,7 @@
                // Need to override these to give a nice default
                tooltips: {
                        callbacks: {
-                               title: function() { return '' },
+                               title: function() { return ''; },
                                label: function(tooltipItem, data) {
                                        return data.labels[tooltipItem.index] + ': ' + tooltipItem.yLabel;
                                }