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