Sha256: 6a4453e905aabed90665b450cebde7fa898e2c3232f4e199be02344f1bc01810
Contents?: true
Size: 388 Bytes
Versions: 5
Compression:
Stored size: 388 Bytes
Contents
import "selection"; d3_selectionPrototype.text = function(value) { return arguments.length ? this.each(typeof value === "function" ? function() { var v = value.apply(this, arguments); this.textContent = v == null ? "" : v; } : value == null ? function() { this.textContent = ""; } : function() { this.textContent = value; }) : this.node().textContent; };
Version data entries
5 entries across 5 versions & 3 rubygems