Skip to content

Commit 67c7fbb

Browse files
committed
Add docs for #9
1 parent c63a72f commit 67c7fbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ ${1:ClassName}.prototype.${2:methodName} = function(${3:arguments}) {
203203
})(window, document);
204204
```
205205
206+
### [call] function call
207+
208+
```javascript
209+
${1:methodName}.call(${2:context}, ${3:arguments})
210+
```
211+
206212
## Timer
207213
208214
### [si] setInterval

0 commit comments

Comments
 (0)