event.js 127 Bytes
Newer Older
Muddsair Sharif's avatar
Muddsair Sharif committed
1
2
3
4
5
export default function(target, type, selection) {
  this.target = target;
  this.type = type;
  this.selection = selection;
}