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