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
|
||||
function (${1}) {
|
||||
${0}
|
||||
}${2:;}
|
||||
}
|
||||
# Immediate function
|
||||
snippet (f
|
||||
(function (${1}) {
|
||||
|
Loading…
Reference in New Issue
Block a user