Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. this.button.addEventListener("click", foo.bind(this));
  2.  
  3. function foo() {
  4.  
  5. //cool stuff happens
  6.  
  7. exportRoot.button.removeAllEventListeners("click"); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement