Sha256: b9bfbe55aea69fb76a3bb46fafe96f3b46e2126d6b383a5dd61ff14142d4bb4d

Contents?: true

Size: 187 Bytes

Versions: 5

Compression:

Stored size: 187 Bytes

Contents

import "../core/array";
import "selection";

d3_selectionPrototype.call = function(callback) {
  var args = d3_array(arguments);
  callback.apply(args[0] = this, args);
  return this;
};

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
mdarray-sol-0.1.0-java node_modules/dc/node_modules/d3/src/selection/call.js
stripchart-0.0.3 lib/stripchart/public/components/d3/src/selection/call.js
stripmem-0.0.3 lib/stripmem/public/components/d3/src/selection/call.js
stripmem-0.0.2 lib/stripmem/public/components/d3/src/selection/call.js
stripmem-0.0.1 lib/stripmem/public/components/d3/src/selection/call.js