UNPKG

d3

Version:

A small, free JavaScript library for manipulating documents based on data.

7 lines (6 loc) 180 B
d3_transitionPrototype.remove = function() { return this.each("end", function() { var p; if (!this.__transition__ && (p = this.parentNode)) p.removeChild(this); }); };