From ed43a727453a61260332f92d980c4cd643769c2e Mon Sep 17 00:00:00 2001 From: John Date: Fri, 8 Mar 2013 14:08:52 +0100 Subject: [PATCH] Removed trailing comma so that it works in IE --- jquery.flot.threshold.multiple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.threshold.multiple.js b/jquery.flot.threshold.multiple.js index 58f8b3f..627eba3 100644 --- a/jquery.flot.threshold.multiple.js +++ b/jquery.flot.threshold.multiple.js @@ -52,7 +52,7 @@ Internally, the plugin works by splitting the data into different series, one fo var set = new Resolve(this._dataset).using(constraint.threshold, constraint.evaluate); this._plotData.push( { data : set, - color : constraint.color, + color : constraint.color }); } }