Commit 64084d1a authored by olau@iola.dk's avatar olau@iola.dk

Fixed missing semicolon

git-svn-id: https://flot.googlecode.com/svn/trunk@5 1e0a6537-2640-0410-bfb7-f154510ff394
parent f2df8c60
...@@ -110,8 +110,8 @@ ...@@ -110,8 +110,8 @@
draw(); draw();
insertLegend(); insertLegend();
this.getCanvas = function() { return canvas; } this.getCanvas = function() { return canvas; };
this.getPlotOffset = function() { return plotOffset; } this.getPlotOffset = function() { return plotOffset; };
function parseData(d) { function parseData(d) {
var res = []; var res = [];
...@@ -1125,7 +1125,7 @@ ...@@ -1125,7 +1125,7 @@
drawSelection(); drawSelection();
triggerSelectedEvent(); triggerSelectedEvent();
} };
function drawSelection() { function drawSelection() {
if (prevSelection != null if (prevSelection != null
......
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