add semicolon to self-defining function (sdf)
This commit is contained in:
parent
9acb78b2e9
commit
4ce177eadd
@ -129,7 +129,7 @@ snippet sdf
|
||||
$1 = function ($2) {
|
||||
${4:// main code}
|
||||
};
|
||||
}
|
||||
};
|
||||
# singleton
|
||||
snippet sing
|
||||
function ${1:Singleton} (${2:argument}) {
|
||||
|
Loading…
Reference in New Issue
Block a user