Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Refactor to support Observable interface
Browse files Browse the repository at this point in the history
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
rafaelw committed Dec 12, 2013
1 parent ac39064 commit f4eaba8
Show file tree
Hide file tree
Showing 4 changed files with 515 additions and 405 deletions.
Loading

0 comments on commit f4eaba8

Please sign in to comment.