fix :f snippet skipping over function body
This commit is contained in:
parent
0deb4bd28b
commit
3cc04ec71f
@ -112,8 +112,8 @@ snippet fori
|
|||||||
# Object Method
|
# Object Method
|
||||||
snippet :f
|
snippet :f
|
||||||
${1:method_name}: function (${2:attribute}) {
|
${1:method_name}: function (${2:attribute}) {
|
||||||
${0}
|
${3:}
|
||||||
}${3:,}
|
}${4:,}
|
||||||
# hasOwnProperty
|
# hasOwnProperty
|
||||||
snippet has
|
snippet has
|
||||||
hasOwnProperty(${0})
|
hasOwnProperty(${0})
|
||||||
|
Loading…
Reference in New Issue
Block a user