Fix JSHint warning

This commit is contained in:
Evert Timberg 2016-06-22 21:48:49 -04:00
parent 0871dd96a5
commit 3cf1cfa3de

View File

@ -130,7 +130,6 @@ module.exports = function(Chart) {
updateElement: function(arc, index, reset) {
var me = this;
var chart = me.chart;
var chartArea = chart.chartArea;
var dataset = me.getDataset();
var opts = chart.options;
var animationOpts = opts.animation;