Commit b3a19afb authored by David Schnur's avatar David Schnur

Comment out bizzarre impossible code.

parent 179bed96
...@@ -674,9 +674,9 @@ More detail and specific examples can be found in the included HTML file. ...@@ -674,9 +674,9 @@ More detail and specific examples can be found in the included HTML file.
} }
function highlight(s, auto) { function highlight(s, auto) {
if (typeof s == "number") { //if (typeof s == "number") {
s = series[s]; // s = series[s];
} //}
var i = indexOfHighlight(s); var i = indexOfHighlight(s);
...@@ -694,9 +694,9 @@ More detail and specific examples can be found in the included HTML file. ...@@ -694,9 +694,9 @@ More detail and specific examples can be found in the included HTML file.
plot.triggerRedrawOverlay(); plot.triggerRedrawOverlay();
} }
if (typeof s == "number") { //if (typeof s == "number") {
s = series[s]; // s = series[s];
} //}
var i = indexOfHighlight(s); var i = indexOfHighlight(s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment