Skip to content

Commit

Permalink
Removed comment about multiple returns, since bond supports them
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-otaqui committed Mar 26, 2012
1 parent 50c362c commit 0da1a7d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,4 @@ sheaf(urls, getu, parse, check)
);
```
A word on multiple returns
--------------------------
Theoretically, sheaf supports multiple return values for promise-resolution,
but unfortunately node-promise (which sheaf uses) does not. This will
hopefully be rectified in the future with an alternative promises library.
Note that jQuery's Ajax functions are a good example of why you might want
promises to resolve with multiple arguments.

0 comments on commit 0da1a7d

Please sign in to comment.