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