Guest User

Untitled

a guest
Jan 15th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. constructor(el, ev, fn, uid = 0) {
  2. this.el = el;
  3. this.ev = ev;
  4. this.fn = fn;
  5. this.uid = uid;
  6. this.isListening = false;
  7. }
Add Comment
Please, Sign In to add comment