Skip to content

Fix attempts to bubble bind non-observable children

Latest
Compare
Choose a tag to compare
@bmomberger-bitovi bmomberger-bitovi released this 23 Jan 22:23
· 10 commits to master since this release

Attempts to set up bubble bindings (i.e. deep "change" listeners) when map-like children of a can-map are not observable would cause errors. This version of can-map now checks for observability on map-like children before attempting to set up bubble bindings.

See #150 for more.