Sha256: 1eda74707b2f181aac6e08ad2d8e5e578aefd7edecf28cbc9cfc54f2b13e0a9f
Contents?: true
Size: 256 Bytes
Versions: 4
Compression:
Stored size: 256 Bytes
Contents
import "selection"; // TODO remove(selector)? // TODO remove(node)? // TODO remove(function)? d3_selectionPrototype.remove = function() { return this.each(function() { var parent = this.parentNode; if (parent) parent.removeChild(this); }); };
Version data entries
4 entries across 4 versions & 2 rubygems