vigetlabs / gangway

A client-side API abstraction layer
MIT License
13 stars 1 forks source link

Document proper usage of promises #9

Closed nhunzaker closed 9 years ago

nhunzaker commented 9 years ago

Really we just need to impress that using done is super important when you are finished with a chain so that errors aren't swallowed.

nhunzaker commented 9 years ago

Got it