Sha256: 8ccd1a747234e6dfd6cdeffd63d6f6b1e46de2caf8c9299325247db469f80552
Contents?: true
Size: 289 Bytes
Versions: 4
Compression:
Stored size: 289 Bytes
Contents
import "selection"; d3_selectionPrototype.insert = function(name, before) { name = d3_selection_creator(name); before = d3_selection_selector(before); return this.select(function() { return this.insertBefore(name.apply(this, arguments), before.apply(this, arguments)); }); };
Version data entries
4 entries across 4 versions & 2 rubygems