From b3a19afb05db9ab75973b6e8f4b8329720eee36f Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 1 Dec 2012 08:09:48 -0500 Subject: [PATCH] Comment out bizzarre impossible code. --- jquery.flot.pie.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index 61801ab..884939c 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -674,9 +674,9 @@ More detail and specific examples can be found in the included HTML file. } function highlight(s, auto) { - if (typeof s == "number") { - s = series[s]; - } + //if (typeof s == "number") { + // s = series[s]; + //} var i = indexOfHighlight(s); @@ -694,9 +694,9 @@ More detail and specific examples can be found in the included HTML file. plot.triggerRedrawOverlay(); } - if (typeof s == "number") { - s = series[s]; - } + //if (typeof s == "number") { + // s = series[s]; + //} var i = indexOfHighlight(s);