remove hint from function body

This commit is contained in:
Leonidez Acosta 2015-02-11 15:15:14 -06:00
parent 3cc04ec71f
commit f1334d2e06

View File

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