view test.js @ 4:ae5869491e61

Added more to securablemodule impl.
author Atul Varma <varmaa@toolness.com>
date Wed, 09 Sep 2009 22:18:35 -0700
parents b6f9d743a2b5
children 97adec8c8127
line wrap: on
line source

var foo = require('foo');

foo.bar();

foo = require('foo');

foo.bar();

print('hello');