fix :f snippet skipping over function body

This commit is contained in:
Leonidez Acosta 2015-02-10 16:11:08 -06:00
parent 0deb4bd28b
commit 3cc04ec71f

View File

@ -112,8 +112,8 @@ snippet fori
# Object Method
snippet :f
${1:method_name}: function (${2:attribute}) {
${0}
}${3:,}
${3:}
}${4:,}
# hasOwnProperty
snippet has
hasOwnProperty(${0})