Sha256: b8f4f0d38f47fa9469faad0132aa1920a5a3a0a19956ce075100351c93e89b85
Contents?: true
Size: 364 Bytes
Versions: 5
Compression:
Stored size: 364 Bytes
Contents
var d3_subclass = {}.__proto__? // Until ECMAScript supports array subclassing, prototype injection works well. function(object, prototype) { object.__proto__ = prototype; }: // And if your browser doesn't support __proto__, we'll use direct extension. function(object, prototype) { for (var property in prototype) object[property] = prototype[property]; };
Version data entries
5 entries across 5 versions & 3 rubygems