()
| 8340 | } |
| 8341 | |
| 8342 | function initialize() { |
| 8343 | var state = this.__brush || {selection: null}; |
| 8344 | state.extent = number2(extent.apply(this, arguments)); |
| 8345 | state.dim = dim; |
| 8346 | return state; |
| 8347 | } |
| 8348 | |
| 8349 | brush.extent = function(_) { |
| 8350 | return arguments.length ? (extent = typeof _ === "function" ? _ : Object(_constant_js__WEBPACK_IMPORTED_MODULE_5__["default"])(number2(_)), brush) : extent; |
no test coverage detected