diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/foo.js	Wed Sep 09 21:09:39 2009 -0700
@@ -0,0 +1,3 @@
+exports.bar = function bar() {
+  print('hay!');
+};