- Deleted ; in javascript snippet.

This commit is contained in:
Shougo Matsushita 2013-07-12 11:56:07 +09:00
parent f724d907ef
commit 293332348e

View File

@ -53,7 +53,7 @@ snippet forin
options head options head
for (var ${1:i} in ${2:#:Things}) { for (var ${1:i} in ${2:#:Things}) {
${0:TARGET} ${0:TARGET}
}; }
snippet key-value snippet key-value
abbr :, abbr :,