mirror of https://github.com/lukechilds/node.git
Herbert Vojčík
15 years ago
committed by
Ryan Dahl
2 changed files with 2 additions and 4 deletions
@ -1,6 +1,4 @@ |
|||||
foo = "foo"; |
foo = "foo"; |
||||
global.bar = "bar"; |
global.bar = "bar"; |
||||
|
|
||||
exports.fooBar = function () { |
exports.fooBar = {foo: global.foo, bar:bar}; |
||||
return {foo: global.foo, bar: bar}; |
|
||||
}; |
|
Loading…
Reference in new issue