From 6fc83123ccc3ef50639daddc4364e02dbd275a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E6=9D=A1=E6=98=8E?= Date: Thu, 17 Jul 2014 14:32:09 +0800 Subject: [PATCH] Update all.js change x to result --- examples/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/all.js b/examples/all.js index 4794c5af..8e01c67a 100644 --- a/examples/all.js +++ b/examples/all.js @@ -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([