add semicolon to self-defining function (sdf)

This commit is contained in:
mwcz 2013-03-14 14:38:03 -03:00
parent 9acb78b2e9
commit 4ce177eadd

View File

@ -129,7 +129,7 @@ snippet sdf
$1 = function ($2) { $1 = function ($2) {
${4:// main code} ${4:// main code}
}; };
} };
# singleton # singleton
snippet sing snippet sing
function ${1:Singleton} (${2:argument}) { function ${1:Singleton} (${2:argument}) {