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 @@
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
......
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