annotate test.js @ 1:ab09b8a10876

Added trivial half-baked implementation of securable modules.
author Atul Varma <varmaa@toolness.com>
date Wed, 09 Sep 2009 21:09:39 -0700
parents
children b6f9d743a2b5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
ab09b8a10876 Added trivial half-baked implementation of securable modules.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
1 var foo = require('foo');
ab09b8a10876 Added trivial half-baked implementation of securable modules.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
2
ab09b8a10876 Added trivial half-baked implementation of securable modules.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
3 foo.bar();
ab09b8a10876 Added trivial half-baked implementation of securable modules.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
4
ab09b8a10876 Added trivial half-baked implementation of securable modules.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
5 print('hello');