diff modules/foo.js @ 2:b6f9d743a2b5

Refined require() implementation.
author Atul Varma <varmaa@toolness.com>
date Wed, 09 Sep 2009 21:48:49 -0700
parents ab09b8a10876
children ae5869491e61
line wrap: on
line diff
--- a/modules/foo.js	Wed Sep 09 21:09:39 2009 -0700
+++ b/modules/foo.js	Wed Sep 09 21:48:49 2009 -0700
@@ -1,3 +1,5 @@
 exports.bar = function bar() {
   print('hay!');
 };
+
+print('loading foo');