Sha256: 74817ffec67deb33004f28237cf20b79c6369605e49f4ddc7778dbfc428740ba
Contents?: true
Size: 484 Bytes
Versions: 31
Compression:
Stored size: 484 Bytes
Contents
// // Note: assigning to the arguments array simultaneously changes the value of // the corresponding argument! // // TODO The `this` argument probably shouldn't be the first argument to the // callback, anyway, since it's redundant. However, that will require a major // version bump due to backwards compatibility, so I'm not changing it right // away. // d3_selectionPrototype.call = function(callback) { callback.apply(this, (arguments[0] = this, arguments)); return this; };
Version data entries
31 entries across 31 versions & 2 rubygems