1 d3_selectionPrototype.map = function(map) {
2 return this.each(function() {
3 this.__data__ = map.apply(this, arguments);
4 });
5 };