Mercurial > pydertron
view modules/foo.js @ 7:2117265e4dfe
Fixed some threading issues.
| author | Atul Varma <varmaa@toolness.com> |
|---|---|
| date | Thu, 10 Sep 2009 01:11:01 -0700 |
| parents | ae5869491e61 |
| children |
line wrap: on
line source
print('loading foo'); exports.bar = function bar() { print('hay!'); }; exports.hello = 1; require('baz').blop(); print('foo loaded.');
