- Deleted ; in javascript snippet.

This commit is contained in:
Shougo Matsushita 2013-07-12 11:56:07 +09:00
parent f724d907ef
commit 293332348e
1 changed files with 1 additions and 1 deletions

View File

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