Merge pull request #94 from sickill/js-improvements
There should be no space between the name of a function and the "("
This commit is contained in:
commit
4076b4afdc
@ -6,7 +6,7 @@ snippet proto
|
|||||||
};
|
};
|
||||||
# Function
|
# Function
|
||||||
snippet fun
|
snippet fun
|
||||||
function ${1:function_name} (${2:argument}) {
|
function ${1:function_name}(${2:argument}) {
|
||||||
${3:// body...}
|
${3:// body...}
|
||||||
}
|
}
|
||||||
# Anonymous Function
|
# Anonymous Function
|
||||||
|
Loading…
Reference in New Issue
Block a user