File size: 90 Bytes
e7b2eb4
 
 
 
 
1
2
3
4
5
6
import "selection";

d3_selectionPrototype.empty = function() {
  return !this.node();
};