Remove the non-existent second 'data' parameter.

pull/1/head
David Schnur 13 years ago
parent 9ede692e2f
commit 7317b9c632

@ -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();

Loading…
Cancel
Save