Closed justinbmeyer closed 5 years ago
For https://github.com/canjs/canjs/issues/4656
Dispatches events with:
action: "set", key: prop, target: map, newValue: newVal, oldValue: oldValue,
This enables:
map.on("key", ({newValue}) => {})
type functions.
For https://github.com/canjs/canjs/issues/4656
Dispatches events with:
This enables:
type functions.