Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 270 Bytes

global_off.md

File metadata and controls

10 lines (7 loc) · 270 Bytes

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() for example.