Improve javascript snip.

This commit is contained in:
ujihisa 2013-08-28 16:25:46 -07:00
parent 62871c00e7
commit fb74e09c89
1 changed files with 3 additions and 2 deletions

View File

@ -68,6 +68,7 @@ snippet setTimeout-function
options head
setTimeout(function() { ${0} }, ${1:10});
snippet cl
snippet console-log
alias cl
options head
console.log(${0:#:output});
console.log(${0:TARGET});