Mercurial > pydertron
view modules/baz.js @ 8:fb0b161542b1
Improved performance of watchdog thread.
| author | Atul Varma <varmaa@toolness.com> |
|---|---|
| date | Thu, 10 Sep 2009 10:43:25 -0700 |
| parents | ae5869491e61 |
| children |
line wrap: on
line source
print("loading baz"); exports.blop = function blop() { print("foo.hello is " + require('./foo').hello); }; print("baz loaded");
