Sha256: d399e3ef5a45ba1f4a577b6d717d7b166a42b183a720450b92398f1c18515948
Contents?: true
Size: 213 Bytes
Versions: 4
Compression:
Stored size: 213 Bytes
Contents
import "transition"; d3_transitionPrototype.remove = function() { return this.each("end.transition", function() { var p; if (!this.__transition__ && (p = this.parentNode)) p.removeChild(this); }); };
Version data entries
4 entries across 4 versions & 2 rubygems