(brush)
| 416 | } |
| 417 | |
| 418 | function getBrushExtent(brush) { |
| 419 | return brush.svgBrush.extent.map(function(e) {return e.slice();}); |
| 420 | } |
| 421 | |
| 422 | function brushClear(brush) { |
| 423 | brush.filterSpecified = false; |
no outgoing calls
no test coverage detected
searching dependent graphs…