()
| 461 | // however, has not changed since that *is* the slider, so it must |
| 462 | // be present to receive mouse events. |
| 463 | function getSliderOpts() { |
| 464 | return sliderGroup.data()[0]; |
| 465 | } |
| 466 | |
| 467 | function mouseDownHandler() { |
| 468 | var sliderOpts = getSliderOpts(); |
no outgoing calls
no test coverage detected
searching dependent graphs…