Commit 044ee4e5 authored by olau@iola.dk's avatar olau@iola.dk

Fixed silly bug introduced by earlier fix for bars (spotted by Jeff)


git-svn-id: https://flot.googlecode.com/svn/trunk@154 1e0a6537-2640-0410-bfb7-f154510ff394
parent 20e10d56
......@@ -418,7 +418,7 @@
p.push(y);
for (m = 2; m < incr; ++m)
p[j + m] = points[j + m];
p.push(points[j + m]);
}
// possibly split lines
......
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