| Current Path : /home/emeraadmin/www/node_modules/d3-brush/src/ |
| Current File : /home/emeraadmin/www/node_modules/d3-brush/src/event.js |
export default function(target, type, selection) {
this.target = target;
this.type = type;
this.selection = selection;
}