From afc97ba0993d5cb8e1f76244f07bba22a5f1efeb Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 1 Dec 2012 08:13:33 -0500 Subject: [PATCH] Added a missing semicolon. --- jquery.flot.threshold.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.threshold.js b/jquery.flot.threshold.js index d68c404..f514a16 100644 --- a/jquery.flot.threshold.js +++ b/jquery.flot.threshold.js @@ -61,7 +61,7 @@ events. var m; for (i = 0; i < origpoints.length; i += ps) { - x = origpoints[i] + x = origpoints[i]; y = origpoints[i + 1]; prevp = p;