Guest User

Untitled

a guest
Nov 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. this.addToCart(item);
  2. this.show = true;
  3. clearTimeout(this.timer);
  4. timer: setTimeout(()=>{ this.show = false; }, 3000);
  5.  
  6. timer: setTimeout(()=>{ this.show = false; }, 3000);
  7.  
  8. this.timer = setTimeout(()=>{ this.show = false; }, 3000);
Add Comment
Please, Sign In to add comment