Commit 7317b9c6 authored by David Schnur's avatar David Schnur

Remove the non-existent second 'data' parameter.

parent 9ede692e
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment