Fixed javascript snip.

This commit is contained in:
Sheile 2013-08-28 11:31:11 +09:00
parent 6784e02b58
commit 84b4c2f540
1 changed files with 1 additions and 1 deletions

View File

@ -66,4 +66,4 @@ options word
snippet setTimeout-function
options head
setTimeout(function() {${0}}, ${1:10});
setTimeout(function() { ${0} }, ${1:10});