remove tab at close of :f snippet

This commit is contained in:
Leonidez Acosta 2015-02-12 09:25:51 -06:00
parent f1334d2e06
commit fc7bf9748c

View File

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