Added a missing semicolon.

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

@ -51,7 +51,7 @@ choice:
ctx.moveTo(x - size, y + size);
ctx.lineTo(x + size, y - size);
}
}
};
var s = series.points.symbol;
if (handlers[s])

Loading…
Cancel
Save