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
|
||||
snippet fun
|
||||
function ${1:function_name} (${2:argument}) {
|
||||
function ${1:function_name}(${2:argument}) {
|
||||
${3:// body...}
|
||||
}
|
||||
# Anonymous Function
|
||||
|
Loading…
Reference in New Issue
Block a user