Added a missing semicolon.

pull/1/head
David Schnur 14 years ago
parent 3073264d16
commit afc97ba099

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

Loading…
Cancel
Save