comparison 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
comparison
equal deleted inserted replaced
1:ab09b8a10876 2:b6f9d743a2b5
1 exports.bar = function bar() { 1 exports.bar = function bar() {
2 print('hay!'); 2 print('hay!');
3 }; 3 };
4
5 print('loading foo');