Merge pull request #79 from lasseebert/master

Removed implicit global variables in threshold plugin.
pull/1/head
David Schnur 14 years ago
commit 8c385e770b

@ -56,8 +56,9 @@ events.
var origpoints = datapoints.points,
addCrossingPoints = s.lines.show;
threspoints = [];
newpoints = [];
var threspoints = [];
var newpoints = [];
var m;
for (i = 0; i < origpoints.length; i += ps) {
x = origpoints[i]

Loading…
Cancel
Save