diff --git a/jquery.flot.js b/jquery.flot.js index cfa12c1..28e541c 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -110,8 +110,8 @@ draw(); insertLegend(); - this.getCanvas = function() { return canvas; } - this.getPlotOffset = function() { return plotOffset; } + this.getCanvas = function() { return canvas; }; + this.getPlotOffset = function() { return plotOffset; }; function parseData(d) { var res = []; @@ -1125,7 +1125,7 @@ drawSelection(); triggerSelectedEvent(); - } + }; function drawSelection() { if (prevSelection != null