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"; |
|||
global.bar = "bar"; |
|||
|
|||
exports.fooBar = function () { |
|||
return {foo: global.foo, bar: bar}; |
|||
}; |
|||
exports.fooBar = {foo: global.foo, bar:bar}; |
Loading…
Reference in new issue