From 64084d1a8965ba69fc5d69ce27b8b643d14fb825 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Tue, 4 Dec 2007 09:49:09 +0000 Subject: [PATCH] Fixed missing semicolon git-svn-id: https://flot.googlecode.com/svn/trunk@5 1e0a6537-2640-0410-bfb7-f154510ff394 --- jquery.flot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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