Added a missing semicolon.

pull/1/head
David Schnur 14 years ago
parent 81d19f700f
commit a10206c13a

@ -123,7 +123,7 @@ plugin, possibly some code could be shared.
if (withlines && i > 0 && points[i - ps] != null) {
intery = py + (points[i - ps + 1] - py) * (qx - px) / (points[i - ps] - px);
newpoints.push(qx);
newpoints.push(intery)
newpoints.push(intery);
for (m = 2; m < ps; ++m)
newpoints.push(points[i + m]);
bottom = qy;

Loading…
Cancel
Save