We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b06f4 commit 515d7c7Copy full SHA for 515d7c7
README.md
@@ -65,7 +65,7 @@ console.warn(${1:obj});
65
66
```javascript
67
${1:document}.addEventListener('${2:event}', function(e) {
68
- ${3}
+ ${3:// body...}
69
});
70
```
71
@@ -165,15 +165,15 @@ ${1:document}.textContent = '${2}';
165
166
167
function ${1:methodName} (${2:arguments}) {
168
- ${4}
169
}
170
171
172
### [pr] prototype
173
174
175
${1:ClassName}.prototype.${2:methodName} = function(${3:arguments}) {
176
+ ${4:// body...}
177
178
179
0 commit comments