Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rsvp.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
rsvp.js
Commits
debc56e7
Commit
debc56e7
authored
Oct 10, 2013
by
Stefan Penner
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #120 from joshnesbitt/patch-1
Fix minor typo in README
parents
6cfd108d
aadee430
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
debc56e7
...
...
@@ -188,7 +188,7 @@ RSVP.all(promises).then(function(posts) {
## Hash of promises
If you need to reference many proises at once (like
`all()`
), but would like
If you need to reference many pro
m
ises at once (like
`all()`
), but would like
to avoid encoding the actual promise order you can use
`hash()`
. If you pass
an object literal (where the values are promises) to the
`hash()`
method it will
return a new promise that will be fulfilled when all of the promises have been
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment