Remove ; after "f"
Anonymouse functions may not need ; at most times.
This commit is contained in:
parent
2918d1e3ef
commit
bbf7e13943
@ -13,7 +13,7 @@ snippet fun
|
|||||||
snippet f
|
snippet f
|
||||||
function (${1}) {
|
function (${1}) {
|
||||||
${0}
|
${0}
|
||||||
}${2:;}
|
}
|
||||||
# Immediate function
|
# Immediate function
|
||||||
snippet (f
|
snippet (f
|
||||||
(function (${1}) {
|
(function (${1}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user