Commit 308ff281 authored by David Schnur's avatar David Schnur

Declare a variable that should have been local.

parent b3a19afb
...@@ -71,7 +71,7 @@ adjusted (e.g for bar charts or filled areas). ...@@ -71,7 +71,7 @@ adjusted (e.g for bar charts or filled areas).
fromgap = true, fromgap = true,
keyOffset = horizontal ? 1 : 0, keyOffset = horizontal ? 1 : 0,
accumulateOffset = horizontal ? 0 : 1, accumulateOffset = horizontal ? 0 : 1,
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