diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index c691d2e..8c19e4f 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -178,7 +178,7 @@ More detail and specific examples can be found in the included HTML file. alert(msg); } - function processDatapoints(plot, series, data, datapoints) { + function processDatapoints(plot, series, datapoints) { if (!processed) { processed = true; canvas = plot.getCanvas();