view test.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 97adec8c8127
line wrap: on
line source

var foo = require('foo');

foo.bar();

foo = require('foo');

foo.bar();

print('hello');