- Deleted ; in javascript snippet.
This commit is contained in:
parent
f724d907ef
commit
293332348e
@ -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 :,
|
||||||
|
Loading…
Reference in New Issue
Block a user