setTimeout function 141 B

12345
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : setTimeout function
  3. #key : timeout
  4. # --
  5. setTimeout(function() {$0}, ${1:10});