Commit 3073264d authored by David Schnur's avatar David Schnur

Added a missing semicolon.

parent 308ff281
...@@ -51,7 +51,7 @@ choice: ...@@ -51,7 +51,7 @@ choice:
ctx.moveTo(x - size, y + size); ctx.moveTo(x - size, y + size);
ctx.lineTo(x + size, y - size); ctx.lineTo(x + size, y - size);
} }
} };
var s = series.points.symbol; var s = series.points.symbol;
if (handlers[s]) if (handlers[s])
......
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