Spaces:
Sleeping
Sleeping
| import "transition"; | |
| d3_transitionPrototype.remove = function() { | |
| var ns = this.namespace; | |
| return this.each("end.transition", function() { | |
| var p; | |
| if (this[ns].count < 2 && (p = this.parentNode)) p.removeChild(this); | |
| }); | |
| }; | |