Skip to content

Commit

Permalink
Update all.js
Browse files Browse the repository at this point in the history
change x to result
  • Loading branch information
qiutiaoming committed Jul 17, 2014
1 parent ba90152 commit 6fc8312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function eventually(value) {

Q.all([1, 2, 3].map(eventually))
.done(function (result) {
console.log(x);
console.log(result);
});

Q.all([
Expand Down

0 comments on commit 6fc8312

Please sign in to comment.