All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.selection.node.js Maven / Gradle / Ivy

import "selection";

d3_selectionPrototype.node = function() {
  for (var j = 0, m = this.length; j < m; j++) {
    for (var group = this[j], i = 0, n = group.length; i < n; i++) {
      var node = group[i];
      if (node) return node;
    }
  }
  return null;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy