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

11 lines
270 B
Markdown
Raw Normal View History

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