| commit | c9b63407dbb177fa3821157f0257960c48812f37 | [log] [tgz] |
|---|---|---|
| author | Matan Lurey <matanlurey@users.noreply.github.com> | Tue Nov 22 20:15:47 2016 |
| committer | GitHub <noreply@github.com> | Tue Nov 22 20:15:47 2016 |
| tree | 723cf793ab195a4ec79c1965f8a1fa99b29a5252 | |
| parent | ca000612143841477ddbeb0067bc5e21fb98b55b [diff] |
Bug fix on Observable.notifyChange (#18) * Bug fix on Observable.notifyChange * Better fix. * Actual better fix.
Support for detecting and being notified when an object is mutated.
There are two general ways to detect changes:
Observable.changes and be notified when an object changesDiffer.diff to determine changes between two objects