Commit afc97ba0 authored by David Schnur's avatar David Schnur

Added a missing semicolon.

parent 3073264d
......@@ -61,7 +61,7 @@ events.
var m;
for (i = 0; i < origpoints.length; i += ps) {
x = origpoints[i]
x = origpoints[i];
y = origpoints[i + 1];
prevp = p;
......
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