This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to support Observable interface
This patch formalizes the Observable interface. This is part of making the Node.bind() take an Observable, rather than model & path. The main implications to observe-js are: -Path/CompoundPath/Object/ArrayObserver all implement the Observable interface -PathObserver and CompoundObserver no longer have a .value property -PathObserver and CompoundObserver no longer have optional transform functions. These are now concerns of the ObserverTransform. [email protected], arv BUG= Review URL: https://codereview.appspot.com/40460045
- Loading branch information