From 81d19f700ffc99b55644310ba208b4ac30552a94 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 1 Dec 2012 07:30:03 -0500 Subject: [PATCH] Declare a variable that should have been local. --- jquery.flot.fillbetween.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.fillbetween.js b/jquery.flot.fillbetween.js index 66e25ab..12b68eb 100644 --- a/jquery.flot.fillbetween.js +++ b/jquery.flot.fillbetween.js @@ -70,7 +70,7 @@ plugin, possibly some code could be shared. withbottom = ps > 2 && datapoints.format[2].y, withsteps = withlines && s.lines.steps, fromgap = true, - i = 0, j = 0, l; + i = 0, j = 0, l, m; while (true) { if (i >= points.length)