()
| 5872 | } |
| 5873 | |
| 5874 | function initialize() { |
| 5875 | var state = this.__brush || {selection: null}; |
| 5876 | state.extent = number2(extent.apply(this, arguments)); |
| 5877 | state.dim = dim; |
| 5878 | return state; |
| 5879 | } |
| 5880 | |
| 5881 | brush.extent = function(_) { |
| 5882 | return arguments.length ? (extent = typeof _ === "function" ? _ : constant$7(number2(_)), brush) : extent; |
no test coverage detected