From 308ff28166f6390d061c477fbb6368f410199363 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 1 Dec 2012 08:12:01 -0500 Subject: [PATCH] Declare a variable that should have been local. --- jquery.flot.stack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.stack.js b/jquery.flot.stack.js index 6d8105d..ace7011 100644 --- a/jquery.flot.stack.js +++ b/jquery.flot.stack.js @@ -71,7 +71,7 @@ adjusted (e.g for bar charts or filled areas). fromgap = true, keyOffset = horizontal ? 1 : 0, accumulateOffset = horizontal ? 0 : 1, - i = 0, j = 0, l; + i = 0, j = 0, l, m; while (true) { if (i >= points.length)