diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-09-29 19:28:54 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-09-29 19:28:54 +0200 |
commit | a8c0211e73371a6783e5fccc90b494c6cdc8b88c (patch) | |
tree | ad4f20b51523d0d00b3102bd6a683015e71306b6 /doc/node.1 | |
parent | 1ae69a68a474f886d6fe39ebe176ff251f718c53 (diff) | |
download | node-new-a8c0211e73371a6783e5fccc90b494c6cdc8b88c.tar.gz |
Bugfix: require() and include() should work in callbacks.
Removing requireAsync and includeAsync from global scope for now as a
temporary fix. Reported by Yuffster.
Diffstat (limited to 'doc/node.1')
-rw-r--r-- | doc/node.1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/node.1 b/doc/node.1 index 286e156bc7..6f123effcd 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -457,8 +457,6 @@ node\.libraryPaths can be modified at runtime by simply unshifting new paths on .sp Node comes with several libraries which are installed when "make install" is run\. These are currently undocumented, but do look them up in your system\. .sp -(Functions require_async() and include_async() also exist\.) -.sp .SS "Timers" .PP setTimeout(callback, delay) |