/javascript-mode/commons_timeout
http://github.com/ridgetang/snippets · #! · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 0ffbf5f9927471aaecc548c193d0e135 MD5 · raw file
- # name : timeout
- # key : timeout
- # group : commons
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- setTimeout(function() {$0}${2:}, ${1:10});