Mercurial > pydertron
annotate modules/foo.js @ 1:ab09b8a10876
Added trivial half-baked implementation of securable modules.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 09 Sep 2009 21:09:39 -0700 |
parents | |
children | b6f9d743a2b5 |
rev | line source |
---|---|
1
ab09b8a10876
Added trivial half-baked implementation of securable modules.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
1 exports.bar = function bar() { |
ab09b8a10876
Added trivial half-baked implementation of securable modules.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
2 print('hay!'); |
ab09b8a10876
Added trivial half-baked implementation of securable modules.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
3 }; |