Fixed javascript snip.
This commit is contained in:
parent
6784e02b58
commit
84b4c2f540
@ -66,4 +66,4 @@ options word
|
||||
|
||||
snippet setTimeout-function
|
||||
options head
|
||||
setTimeout(function() {${0}}, ${1:10});
|
||||
setTimeout(function() { ${0} }, ${1:10});
|
||||
|
Loading…
Reference in New Issue
Block a user