[Pkg-javascript-commits] [node-async] 36/480: added noConflict to README

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:09 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 84d9d8fe75b0e2a44531b6dd642af7c36c135976
Author: Caolan McMahon <caolan at caolanmcmahon.com>
Date:   Mon Aug 2 22:28:05 2010 +0100

    added noConflict to README
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index d310e32..0ea8e8b 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,10 @@ log
 dir
 : Logs the result of an async function to the console using console.dir
 
+noConflict
+: Changes the value of async back to its original value, returning a reference to
+  the async object.
+
 
 ### forEach(arr, iterator, callback)
 
@@ -712,3 +716,9 @@ __Example__
 
     node> async.dir(hello, 'world');
     {hello: 'world'}
+
+
+### noConflict()
+
+Changes the value of async back to its original value, returning a reference to the
+async object.

-- 
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