remove tab at close of :f snippet
This commit is contained in:
parent
f1334d2e06
commit
fc7bf9748c
@ -113,7 +113,7 @@ snippet fori
|
|||||||
snippet :f
|
snippet :f
|
||||||
${1:method_name}: function (${2:attribute}) {
|
${1:method_name}: function (${2:attribute}) {
|
||||||
${3}
|
${3}
|
||||||
}${4:,}
|
},
|
||||||
# hasOwnProperty
|
# hasOwnProperty
|
||||||
snippet has
|
snippet has
|
||||||
hasOwnProperty(${0})
|
hasOwnProperty(${0})
|
||||||
|
Loading…
Reference in New Issue
Block a user