()
| 687 | } |
| 688 | |
| 689 | reset() { |
| 690 | this.d3el.selectAll('.selector').remove(); |
| 691 | this.model.set('_selected', {}); |
| 692 | this.curr_index = 0; |
| 693 | this.brushes = []; |
| 694 | this.brush_g = []; |
| 695 | this.touch(); |
| 696 | this.create_brush(); |
| 697 | } |
| 698 | |
| 699 | convert_and_save(extent, item) { |
| 700 | if (!extent) { |
nothing calls this directly
no test coverage detected