Sha256: 34a9a9778b243b9b872295e220d0b565e860e3f233c1b6e6b30cb2e1650debc8
Contents?: true
Size: 277 Bytes
Versions: 31
Compression:
Stored size: 277 Bytes
Contents
d3_selectionPrototype.text = function(value) { return arguments.length < 1 ? this.node().textContent : (this.each(typeof value === "function" ? function() { this.textContent = value.apply(this, arguments); } : function() { this.textContent = value; })); };
Version data entries
31 entries across 31 versions & 2 rubygems