vimrc/sources_non_forked/snipmate-snippets/javascript/timeout.snippet

2 lines
42 B
Plaintext

setTimeout(function() { ${1} }, ${2:10});