Merge pull request #175 from Sheile/settimeout-snippet
Fixed javascript snip.
This commit is contained in:
commit
06c796ee39
@ -66,4 +66,4 @@ options word
|
|||||||
|
|
||||||
snippet setTimeout-function
|
snippet setTimeout-function
|
||||||
options head
|
options head
|
||||||
setTimeout(function() {${0}}, ${1:10});
|
setTimeout(function() { ${0} }, ${1:10});
|
||||||
|
Loading…
Reference in New Issue
Block a user