Skip to content

Commit

Permalink
Merge pull request kriskowal#553 from qiutiaoming/patch-1
Browse files Browse the repository at this point in the history
Update all.js
  • Loading branch information
kriskowal committed Jul 17, 2014
2 parents ba90152 + 6fc8312 commit 9836fe9
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 9836fe9

Please sign in to comment.