Commit 6c960a8a authored by David Schnur's avatar David Schnur

Added a missing semicolon.

parent a3df340a
...@@ -110,7 +110,7 @@ images (like Google Maps). ...@@ -110,7 +110,7 @@ images (like Google Maps).
$('<img />').load(handler).error(handler).attr('src', url); $('<img />').load(handler).error(handler).attr('src', url);
}); });
} };
function drawSeries(plot, ctx, series) { function drawSeries(plot, ctx, series) {
var plotOffset = plot.getPlotOffset(); var plotOffset = plot.getPlotOffset();
......
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