view modules/baz.js @ 7:2117265e4dfe

Fixed some threading issues.
author Atul Varma <varmaa@toolness.com>
date Thu, 10 Sep 2009 01:11:01 -0700
parents ae5869491e61
children
line wrap: on
line source

print("loading baz");

exports.blop = function blop() {
  print("foo.hello is " + require('./foo').hello);
};

print("baz loaded");