This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
node
mirror of
https://github.com/lukechilds/node.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
13966
Commits
131
Branches
446
Tags
325 MiB
Tree:
f856234ffa
node
/
test
/
fixtures
/
global
/
plain.js
5 lines
80 B
Raw
Normal View
History
GJSLint part of tests
14 years ago
foo
=
'foo'
;
global
.
bar
=
'bar'
;
Tests for behaviour of 'global'.
15 years ago
GJSLint part of tests
14 years ago
exports
.
fooBar
=
{
foo
:
global
.
foo
,
bar
:
bar
}
;