2011-05-07 22:26:23 +01:00

4 lines
57 B
JavaScript

exports.bar = function(msg){
return msg || 'bar';
};