MCPcopy Index your code
hub / github.com/bqplot/bqplot / remove

Method remove

js/src/BrushSelector.ts:765–769  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

763 }
764
765 remove() {
766 this.model.off('change:names', null, this);
767 this.model.off('change:color', null, this);
768 super.remove();
769 }
770
771 brushes: d3.BrushBehavior<any>[] = [];
772 brush_g: d3.Selection<SVGGElement, any, any, any>[] = [];

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected