Files
StockMan/StockManMVC/bower_components/cldrjs/doc/api/event/event_get.md
T
2016-10-03 10:53:40 +02:00

388 B

get ➡ ( path, value )

Triggered before a .get() (or any alias) return. The triggered listener receives the normalized path and the value found.

Parameter Description
path See ../core/get.md for more information
value See ../core/get.md for more information

See Cldr.on() or .on() for example.