/javascript-mode/commons_timeout

http://github.com/ridgetang/snippets · #! · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 0ffbf5f9927471aaecc548c193d0e135 MD5 · raw file

  1. # name : timeout
  2. # key : timeout
  3. # group : commons
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. setTimeout(function() {$0}${2:}, ${1:10});