Commit 850c3cc6 authored by Lasse Dahl Ebert's avatar Lasse Dahl Ebert

Converted implicit global variables to local variables

parent 63266b36
......@@ -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]
......
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