Skip to content

Commit

Permalink
Added example file
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Nov 19, 2010
1 parent d6a1aca commit d3fee33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/config.js
@@ -0,0 +1,5 @@
module.exports = {
foo: function(num) {
console.log('(' + num + ') Config::Foo called');
}
};

0 comments on commit d3fee33

Please sign in to comment.