[Pkg-javascript-commits] [node-async] 359/480: added comment in example.
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit ce753304e2e80cc222ced75f18ab194834e3c7a6
Author: sharp.maestro <sharp.maestro at gmail.com>
Date: Thu Nov 7 19:18:17 2013 +0400
added comment in example.
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8e2a78e..7b0ced1 100644
--- a/README.md
+++ b/README.md
@@ -891,8 +891,10 @@ __Arguments__
__Example__
```js
-// Requires lodash (or underscore), express3 and dresende's orm2
+// Requires lodash (or underscore), express3 and dresende's orm2.
// Part of an app, that fetches cats of the logged user.
+// This example uses `seq` function to avoid overnesting and error
+// handling clutter.
app.get('/cats', function(request, response) {
function handleError(err, data, callback) {
if (err) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list