Skip to content

Instantly share code, notes, and snippets.

@jstotz
Created November 29, 2012 20:25
Show Gist options
  • Save jstotz/4171671 to your computer and use it in GitHub Desktop.
Save jstotz/4171671 to your computer and use it in GitHub Desktop.
# ...
fetchAll: ->
@fetchTickets().
pipe(=> @fetchTicketLines()).
pipe(=> @fetchInventory()).
pipe(=> @fetchBinLocations())
# ...
# ...
@fetchAll().
done(successCallback).
fail(errorCallback)
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment