CoastalCommitsPastes/server/node_modules/cldrjs/doc/api/event/off.md

11 lines
248 B
Markdown
Raw Normal View History

2022-03-06 19:46:59 -05:00
## .off( event, listener )
Removes a listener function from the specified event for this instance.
| Parameter | Type | Example |
| --- | --- | --- |
| *event* | String | `"get"` |
| *listener* | Function | |
See [cldr.on()](on.md) for example.