From 7317b9c632426eabda704b8aedd2d4625161855b Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sun, 3 Feb 2013 14:16:20 -0500 Subject: [PATCH] Remove the non-existent second 'data' parameter. --- jquery.flot.pie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();