HankMcCoy / fluxium

A small wrapper around Nuclear JS, Fluxium allows you to write your actions and stores as plain JS objects.
0 stars 0 forks source link

Bring back default Observable wrapping of intents. #4

Closed cannoneyed closed 9 years ago

cannoneyed commented 9 years ago

Intents are once again passed through a method to wrap any non-observable in an observable. This allows use of simple promises without explicitly wrapping them in anObservable.fromPromise call. Plain objects are wrapped in an Observable.just.

cannoneyed commented 9 years ago

Any word on this guy, T?

HankMcCoy commented 9 years ago

:shipit: