[Pkg-javascript-commits] [node-async] 102/480: Add unmemoize documentation to README

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:16 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 f38b89a552ec6f914bd91dd530f6d9607a863765
Author: Balint Erdi <balint at secretsaucepartners.com>
Date:   Thu Oct 6 19:07:51 2011 +0200

    Add unmemoize documentation to README
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 419fa07..6558bf2 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,7 @@ So far its been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. Usage:
 ### Utils
 
 * [memoize](#memoize)
+* [unmemoize](#unmemoize)
 * [log](#log)
 * [dir](#dir)
 * [noConflict](#noConflict)
@@ -907,6 +908,15 @@ __Example__
         // callback
     });
 
+<a name="unmemoize" />
+### unmemoize(fn)
+
+Undoes a memoized function, reverting it to the original, unmemoized
+form. Comes handy in tests.
+
+__Arguments__
+
+* fn - the memoized function
 
 <a name="log" />
 ### log(function, arguments)

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