interval-tree
interval-tree copied to clipboard
remove range?
:-)
/**
* remove:
**/
IntervalTree.prototype.remove = function(interval_id) {
};