File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,15 +179,15 @@ for (var ${1:prop} in ${2:obj}) {
179
179
180
180
## Function
181
181
182
- ### [fu ] function
182
+ ### [fn ] function
183
183
184
184
` ` ` javascript
185
185
function ${1:methodName} ($ {2 : arguments }) {
186
186
${0 : // body...}
187
187
}
188
188
` ` `
189
189
190
- ### [fn ] anonymous function
190
+ ### [afn ] anonymous function
191
191
192
192
` ` ` javascript
193
193
function ($ {1 : arguments }) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ function (${1:arguments}) {
4
4
${0:// body...}
5
5
}
6
6
]]> </content >
7
- <tabTrigger >fn </tabTrigger >
7
+ <tabTrigger >afn </tabTrigger >
8
8
<scope >source.js</scope >
9
9
<description >anonymous function</description >
10
10
</snippet >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ function ${1:methodName} (${2:arguments}) {
4
4
${0:// body...}
5
5
}
6
6
]]> </content >
7
- <tabTrigger >fu </tabTrigger >
7
+ <tabTrigger >fn </tabTrigger >
8
8
<scope >source.js</scope >
9
9
<description >function</description >
10
10
</snippet >
You can’t perform that action at this time.
0 commit comments