Merge pull request #451 from lpil/var-fun
Add missing semicolon to js vf
This commit is contained in:
commit
1745f242ea
@ -17,7 +17,7 @@ snippet f
|
||||
snippet vf
|
||||
var ${1} = function ${1}(${2}) {
|
||||
${0}
|
||||
}
|
||||
};
|
||||
# Immediate function
|
||||
snippet (f
|
||||
(function(${1}) {
|
||||
|
Loading…
Reference in New Issue
Block a user