File size: 187 Bytes
9a14526
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import "../core/array";
import "selection";

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