Comment out bizzarre impossible code.

pull/1/head
David Schnur 14 years ago
parent 179bed9617
commit b3a19afb05

@ -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);

Loading…
Cancel
Save