Skip to content

Commit

Permalink
Remove the non-existent second 'data' parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed Feb 3, 2013
1 parent 9ede692 commit 7317b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.flot.pie.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7317b9c

Please sign in to comment.