Bugfix: require() and include() should work in callbacks.
authorRyan Dahl <ry@tinyclouds.org>
Tue, 29 Sep 2009 17:28:54 +0000 (19:28 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 29 Sep 2009 17:28:54 +0000 (19:28 +0200)
commita8c0211e73371a6783e5fccc90b494c6cdc8b88c
treead4f20b51523d0d00b3102bd6a683015e71306b6
parent1ae69a68a474f886d6fe39ebe176ff251f718c53
Bugfix: require() and include() should work in callbacks.

Removing requireAsync and includeAsync from global scope for now as a
temporary fix.  Reported by Yuffster.
doc/api.html
doc/api.txt
doc/api.xml
doc/node.1
src/node.js
test/mjsunit/test-delayed-require.js [new file with mode: 0644]