Merge pull request #176 from Sheile/add-console-log
Improve Javascript snip.
This commit is contained in:
commit
62871c00e7
@ -67,3 +67,7 @@ options word
|
|||||||
snippet setTimeout-function
|
snippet setTimeout-function
|
||||||
options head
|
options head
|
||||||
setTimeout(function() { ${0} }, ${1:10});
|
setTimeout(function() { ${0} }, ${1:10});
|
||||||
|
|
||||||
|
snippet cl
|
||||||
|
options head
|
||||||
|
console.log(${0:#:output});
|
||||||
|
Loading…
Reference in New Issue
Block a user