Fork of store.js observe plugin which doesn't immediately invoke callback upon observing
See the original source from Store.js here.
Store.js does a strange thing where it automatically invokes the onNext callback when observing a key in the store. This fork does not do that, preventing some quirky behavior.