Remove ; after "f"

Anonymouse functions may not need ; at most times.
This commit is contained in:
Li Xin 2014-06-19 00:14:51 +08:00
parent 2918d1e3ef
commit bbf7e13943

View File

@ -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}) {