Improve Javascript snip.

This commit is contained in:
Sheile 2013-08-28 13:09:11 +09:00
parent 06c796ee39
commit 97066bad41
1 changed files with 4 additions and 0 deletions

View File

@ -67,3 +67,7 @@ options word
snippet setTimeout-function
options head
setTimeout(function() { ${0} }, ${1:10});
snippet cl
options head
console.log(${0:#:output});