Closed jtremback closed 9 years ago
They're not the same thing.
.on
is for Structure
instances which extends an eventemitter.
.observe
is an API reserved for "reference cursors" created with structure.reference(path);
I added clearer distinction in #64
Fixed in #76
Looks like it, from the todoMVC app. Docs make no mention of
.on
.