view modules/foo.js @ 3:14d8d73774d7

Refactored securable module loader.
author Atul Varma <varmaa@toolness.com>
date Wed, 09 Sep 2009 22:01:43 -0700
parents b6f9d743a2b5
children ae5869491e61
line wrap: on
line source

exports.bar = function bar() {
  print('hay!');
};

print('loading foo');