()
| 12587 | labelInterval: function() { |
| 12588 | var |
| 12589 | animationCallback = function() { |
| 12590 | module.verbose('Bar finished animating, removing continuous label updates'); |
| 12591 | clearInterval(module.interval); |
| 12592 | animating = false; |
| 12593 | module.set.labels(); |
| 12594 | } |
| 12595 | ; |
| 12596 | clearInterval(module.interval); |
| 12597 | module.bind.transitionEnd(animationCallback); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…