Commit 81d19f70 authored by David Schnur's avatar David Schnur

Declare a variable that should have been local.

parent 359db6d2
...@@ -70,7 +70,7 @@ plugin, possibly some code could be shared. ...@@ -70,7 +70,7 @@ plugin, possibly some code could be shared.
withbottom = ps > 2 && datapoints.format[2].y, withbottom = ps > 2 && datapoints.format[2].y,
withsteps = withlines && s.lines.steps, withsteps = withlines && s.lines.steps,
fromgap = true, fromgap = true,
i = 0, j = 0, l; i = 0, j = 0, l, m;
while (true) { while (true) {
if (i >= points.length) if (i >= points.length)
......
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